/aosp_15_r20/external/crosvm/src/crosvm/ |
H A D | cmdline.rs | 803 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 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
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | command_executer.py | 206 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 D | apexer_wrapper_utils.py | 6 def RunCommand(cmd: list[str]) -> None: function
|
H A D | apex_compression_tool.py | 48 def RunCommand(cmd, verbose=False, env=None, expected_return_values=None): function
|
/aosp_15_r20/system/extras/ext4_utils/ |
H A D | mkuserimg_mke2fs.py | 26 def RunCommand(cmd, env): function
|
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/tests/ |
D | tests.cpp | 42 TEST(DumpstateServer, RunCommand) { in TEST() argument
|
/aosp_15_r20/external/angle/build/util/lib/common/ |
H A D | util.py | 114 def RunCommand(cmd, cwd=None): function
|
/aosp_15_r20/external/cronet/build/util/lib/common/ |
H A D | util.py | 114 def RunCommand(cmd, cwd=None): function
|
/aosp_15_r20/test/vts-testcase/kernel/utils/ |
D | adb.py | 78 def RunCommand(cmd, timeout=None): function
|
/aosp_15_r20/external/crosvm/e2e_tests/guest_under_test/rootfs/delegate/src/ |
H A D | wire_format.rs | 10 RunCommand { command: String }, enumerator
|
/aosp_15_r20/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
|
/aosp_15_r20/external/crosvm/src/sys/windows/ |
H A D | main.rs | 150 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 D | proc_utils.py | 164 def RunCommand(cmd, timeout=None): function
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | grpclb_fallback_test.cc | 162 void RunCommand(const std::string& command) { in RunCommand() function
|
/aosp_15_r20/external/vixl/tools/ |
H A D | test.py | 183 def RunCommand(command, environment_options = None): function
|
/aosp_15_r20/external/google-breakpad/src/tools/windows/dump_syms/ |
H A D | dump_syms_unittest.cc | 104 void RunCommand(const std::wstring& command_line, in RunCommand() function
|
/aosp_15_r20/system/core/init/ |
H A D | subcontext.cpp | 79 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() function in android::init::__anon508c77e40111::SubcontextProcess
|
/aosp_15_r20/system/apex/apexer/ |
H A D | apexer.py | 203 def RunCommand(cmd, verbose=False, env=None, expected_return_values={0}): function
|
/aosp_15_r20/art/runtime/ |
H A D | native_stack_dump.cc | 289 static bool RunCommand(const std::string& cmd) { in RunCommand() function
|
/aosp_15_r20/packages/modules/Virtualization/build/apex/ |
D | sign_virt_apex.py | 123 def RunCommand(args, cmd, env=None, expected_return_values=None): function
|
/aosp_15_r20/external/pdfium/testing/tools/ |
H A D | test_runner.py | 562 def RunCommand(self, command, stdout=None): member in _TestCaseRunner
|
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_test.cpp | 519 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 D | main.rs | 146 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 D | adb_wrapper.py | 226 def RunCommand(self, command, close=False): member in AdbWrapper.PersistentShell
|