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 | 687 std::string cmdLine = kv_pair.first + " " + kv_pair.second.argsFormat; in printUsage() local 698 const std::vector<std::string> &cmdLine, in parseCommand() 708 void executeCommand(std::vector<std::string> cmdLine) { in executeCommand() 812 auto cmdLine = getCommandLine(); in connectToHal() local 866 std::vector<std::string> cmdLine{}; in main() local
|