Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/crosvm/src/crosvm/
H A Dcmdline.rs803 fn load_config_file<P: AsRef<Path>>(config_file: P) -> Result<RunCommand, String> { in load_config_file()
813 fn include_config_file<'de, D>(deserializer: D) -> Result<Vec<RunCommand>, D::Error> in include_config_file()
932 pub struct RunCommand { struct
940 pub ac_adapter: Option<bool>,
946 pub acpi_table: Vec<PathBuf>,
952 pub android_display_service: Option<String>,
958 pub android_fstab: Option<PathBuf>,
964 pub async_executor: Option<ExecutorKind>,
971 pub balloon_bias_mib: Option<i64>,
978 pub balloon_control: Option<PathBuf>,
[all …]
/aosp_15_r20/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
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dcommand_executer.py206 def RunCommand(self, *args, **kwargs): member in CommandExecuter
772 def RunCommand(self, *args, **kwargs): member in MockCommandExecuter
/aosp_15_r20/system/apex/tools/
H A Dapexer_wrapper_utils.py6 def RunCommand(cmd: list[str]) -> None: function
H A Dapex_compression_tool.py48 def RunCommand(cmd, verbose=False, env=None, expected_return_values=None): function
/aosp_15_r20/system/extras/ext4_utils/
H A Dmkuserimg_mke2fs.py26 def RunCommand(cmd, env): function
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/tests/
Dtests.cpp42 TEST(DumpstateServer, RunCommand) { in TEST() argument
/aosp_15_r20/external/angle/build/util/lib/common/
H A Dutil.py114 def RunCommand(cmd, cwd=None): function
/aosp_15_r20/external/cronet/build/util/lib/common/
H A Dutil.py114 def RunCommand(cmd, cwd=None): function
/aosp_15_r20/test/vts-testcase/kernel/utils/
Dadb.py78 def RunCommand(cmd, timeout=None): function
/aosp_15_r20/external/crosvm/e2e_tests/guest_under_test/rootfs/delegate/src/
H A Dwire_format.rs10 RunCommand { command: String }, enumerator
/aosp_15_r20/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
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dmain.rs150 fn run_broker(cmd: RunCommand, log_args: LogArgs) -> Result<()> { in run_broker()
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/
H A Dproc_utils.py164 def RunCommand(cmd, timeout=None): function
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dgrpclb_fallback_test.cc162 void RunCommand(const std::string& command) { in RunCommand() function
/aosp_15_r20/external/vixl/tools/
H A Dtest.py183 def RunCommand(command, environment_options = None): function
/aosp_15_r20/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc104 void RunCommand(const std::wstring& command_line, in RunCommand() function
/aosp_15_r20/system/core/init/
H A Dsubcontext.cpp79 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() function in android::init::__anon508c77e40111::SubcontextProcess
/aosp_15_r20/system/apex/apexer/
H A Dapexer.py203 def RunCommand(cmd, verbose=False, env=None, expected_return_values={0}): function
/aosp_15_r20/art/runtime/
H A Dnative_stack_dump.cc289 static bool RunCommand(const std::string& cmd) { in RunCommand() function
/aosp_15_r20/packages/modules/Virtualization/build/apex/
Dsign_virt_apex.py123 def RunCommand(args, cmd, env=None, expected_return_values=None): function
/aosp_15_r20/external/pdfium/testing/tools/
H A Dtest_runner.py562 def RunCommand(self, command, stdout=None): member in _TestCaseRunner
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp519 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function in android::os::dumpstate::DumpstateTest
1320 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() function in android::os::dumpstate::DumpstateUtilTest
/aosp_15_r20/external/crosvm/src/
H A Dmain.rs146 fn run_vm(cmd: RunCommand, log_config: LogConfig) -> Result<CommandStatus> { in run_vm()
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py226 def RunCommand(self, command, close=False): member in AdbWrapper.PersistentShell

12