/aosp12/system/extras/ext4_utils/ |
H A D | mkuserimg_mke2fs.py | 26 def RunCommand(cmd, env): function
|
/aosp12/art/tools/common/ |
H A D | common.py | 176 def RunCommand(cmd, out, err, timeout=5): function 255 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in ITestEnv 335 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in HostTestEnv 434 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): member in DeviceTestEnv
|
/aosp12/system/apex/tools/ |
H A D | apex_compression_tool.py | 48 def RunCommand(cmd, verbose=False, env=None, expected_return_values=None): function
|
/aosp12/system/vold/ |
H A D | AppFuseUtil.cpp | 73 static android::status_t RunCommand(const std::string& command, uid_t uid, const std::string& path, in RunCommand() function
|
/aosp12/system/apex/apexer/ |
H A D | apexer.py | 193 def RunCommand(cmd, verbose=False, env=None, expected_return_values={0}): function
|
/aosp12/system/core/init/ |
H A D | subcontext.cpp | 78 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() function in android::init::__anona1e497da0110::SubcontextProcess
|
/aosp12/art/runtime/ |
H A D | native_stack_dump.cc | 287 static bool RunCommand(const std::string& cmd) { in RunCommand() function
|
/aosp12/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_test.cpp | 513 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function in android::os::dumpstate::DumpstateTest 1298 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function in android::os::dumpstate::DumpstateUtilTest
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | dumpstate.cpp | 131 static int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function 3879 int Dumpstate::RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function in Dumpstate
|