Searched refs:ArgType (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/fs-host/ |
| A D | common.cpp | 46 ArgType arg_type; 53 {"check", Command::kFsck, O_RDONLY, ArgType::kNone, 59 {"cp", Command::kCp, O_RDWR, ArgType::kTwo, 61 {"mkdir", Command::kMkdir, O_RDWR, ArgType::kOne, 63 {"ls", Command::kLs, O_RDONLY, ArgType::kOne, 280 ArgType arg_type = ArgType::kNone; in ProcessArgs() 336 case ArgType::kNone: in ProcessArgs() 339 case ArgType::kOne: in ProcessArgs() 342 case ArgType::kTwo: in ProcessArgs() 345 case ArgType::kMany: in ProcessArgs() [all …]
|
| /system/ulib/fs-host/include/fs-host/ |
| A D | common.h | 44 enum class ArgType { enum
|
Completed in 4 milliseconds