Home
last modified time | relevance | path

Searched refs:kMkfs (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fs-host/
A Dcommon.cpp49 {"create", Command::kMkfs, O_RDWR | O_CREAT, ArgType::kOptional,
51 {"mkfs", Command::kMkfs, O_RDWR | O_CREAT, ArgType::kOptional,
322 if (command_ != Command::kMkfs) { in ProcessArgs()
440 case Command::kMkfs: in RunCommand()
460 if (command_ != Command::kMkfs) { in ParseSize()
500 if (command_ != Command::kMkfs) { in ResizeFile()
529 if (command_ == Command::kMkfs && !is_block && in ResizeFile()
/system/ulib/fs-host/include/fs-host/
A Dcommon.h21 kMkfs, enumerator
/system/host/minfs/
A Dmain.cpp146 case Command::kMkfs: in IsCommandValid()
524 if (GetCommand() == Command::kMkfs && !host_path(path)) { in ProcessDirectory()
560 if (GetCommand() == Command::kMkfs && !host_path(dst)) { in ProcessFile()
/system/host/blobfs/
A Dmain.cpp49 case Command::kMkfs: in IsCommandValid()

Completed in 6 milliseconds