Searched defs:subprocess_run (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/toolchain-utils/afdo_tools/ |
H A D | update_kernel_afdo_test.py | 53 def test_branch_autodetection(self, subprocess_run): argument 172 def test_kernel_profile_fetcher_works(self, subprocess_run): argument 198 def test_kernel_profile_fetcher_handles_no_profiles(self, subprocess_run): argument 210 def test_kernel_profile_fetcher_caches_urls(self, subprocess_run): argument
|
/aosp_15_r20/build/make/ci/ |
H A D | optimized_targets_test.py | 187 def test_packaging_outputs_success(self, subprocess_run): argument 198 def test_get_soong_dumpvars_fails_raises(self, subprocess_run): argument 209 def test_get_soong_dumpvars_bad_output_raises(self, subprocess_run): argument
|
/aosp_15_r20/device/google/trout/tools/tracing/tooling/ |
D | prepare_tracing.py | 23 def subprocess_run(command, shell=True): function
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | subprocess.c | 294 int subprocess_run(const char *const argv[], in subprocess_run() function
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_host_flashrom_tests.c | 49 int subprocess_run(const char *const argv[], in subprocess_run() function
|