Searched defs:cmdLine (Results 1 – 2 of 2) sorted by relevance
/system/extras/ioblame/ |
D | androidFsParser.py | 34 def __init__(self, cmdLine, filename, numBytes): argument 83 def __init__(self, uid, cmdLine, filename, numBytes): argument 89 def add_process_trace(self, cmdLine, filename, numBytes): argument
|
/system/chre/host/common/ |
D | chre_aidl_hal_client.cc | 540 Command parseCommand(const std::vector<std::string> &cmdLine) { in parseCommand() 563 void executeCommand(std::vector<std::string> cmdLine) { in executeCommand() 648 auto cmdLine = getCommandLine(); in connectToHal() local 672 std::vector<std::string> cmdLine{}; in main() local
|