Home
last modified time | relevance | path

Searched refs:command_ (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fs-host/include/fs-host/
A Dcommon.h61 FsCreator(uint64_t data_blocks) : data_blocks_(data_blocks),command_(Command::kNone), in FsCreator()
116 Command GetCommand() const { return command_; } in GetCommand()
140 Command command_; variable
/system/ulib/fs-host/
A Dcommon.cpp290 command_ = CMDS[i].command; in ProcessArgs()
296 if (command_ == Command::kNone) { in ProcessArgs()
322 if (command_ != Command::kMkfs) { in ProcessArgs()
439 switch (command_) { 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()

Completed in 4 milliseconds