Home
last modified time | relevance | path

Searched defs:RunCommand (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/extras/ext4_utils/
H A Dmkuserimg_mke2fs.py26 def RunCommand(cmd, env): function
/aosp12/art/tools/common/
H A Dcommon.py176 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 Dapex_compression_tool.py48 def RunCommand(cmd, verbose=False, env=None, expected_return_values=None): function
/aosp12/system/vold/
H A DAppFuseUtil.cpp73 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 Dapexer.py193 def RunCommand(cmd, verbose=False, env=None, expected_return_values={0}): function
/aosp12/system/core/init/
H A Dsubcontext.cpp78 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() function in android::init::__anona1e497da0110::SubcontextProcess
/aosp12/art/runtime/
H A Dnative_stack_dump.cc287 static bool RunCommand(const std::string& cmd) { in RunCommand() function
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp513 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 Ddumpstate.cpp131 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