/external/vboot_reference/tests/ |
D | subprocess_tests.c | 30 TEST_EQ(subprocess_run(argv, &subprocess_null, &output, NULL), 0, in test_subprocess_output_to_buffer() 53 TEST_EQ(subprocess_run(argv, &subprocess_null, &output, NULL), 0, in test_subprocess_output_to_buffer_null_terminated() 94 TEST_EQ(subprocess_run(argv, &input, &output, &error), 0, in test_subprocess_input_buffer() 134 TEST_EQ(subprocess_run(argv, &input, &output, &error), 0, in test_subprocess_input_null_terminated() 157 TEST_EQ(subprocess_run(argv, &subprocess_null, &output, NULL), 0, in test_subprocess_small_output_buffer() 169 TEST_NEQ(subprocess_run(argv, NULL, NULL, NULL), 0, in test_subprocess_return_code_failure() 215 TEST_EQ(subprocess_run(argv, &input, &output, NULL), 0, in test_subprocess_input_from_cb() 269 TEST_EQ(subprocess_run(argv, &input, &target_via_buffer, NULL), 0, in test_subprocess_output_to_cb() 271 TEST_EQ(subprocess_run(argv, &input, &target_via_cb, NULL), 0, in test_subprocess_output_to_cb()
|
D | vb2_host_flashrom_tests.c | 49 int subprocess_run(const char *const argv[], in subprocess_run() function
|
/external/toolchain-utils/afdo_tools/ |
D | update_kernel_afdo_test.py | 53 def test_branch_autodetection(self, subprocess_run): argument 54 subprocess_run.return_value = subprocess.CompletedProcess( 172 def test_kernel_profile_fetcher_works(self, subprocess_run): argument 173 subprocess_run.return_value = subprocess.CompletedProcess( 198 def test_kernel_profile_fetcher_handles_no_profiles(self, subprocess_run): argument 199 subprocess_run.return_value = subprocess.CompletedProcess( 210 def test_kernel_profile_fetcher_caches_urls(self, subprocess_run): argument 211 subprocess_run.return_value = subprocess.CompletedProcess( 231 subprocess_run.assert_called_once()
|
/external/vboot_reference/host/lib/ |
D | cbfstool.c | 71 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_file_exists() 99 status = subprocess_run(argv, &subprocess_null, &subprocess_null, in cbfstool_extract() 128 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_truncate() 226 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_get_metadata_hash() 296 status = subprocess_run(argv, &subprocess_null, &output, in get_config_value()
|
D | flashrom.c | 87 int status = subprocess_run(argv, &subprocess_null, &subprocess_null, in run_flashrom()
|
D | subprocess.c | 294 int subprocess_run(const char *const argv[], in subprocess_run() function
|
D | crossystem.c | 470 value = subprocess_run(argv, &subprocess_null, &subprocess_null, in VbGetSystemPropertyInt() 693 return subprocess_run(argv, &subprocess_null, &subprocess_null, in VbSetSystemPropertyIntInternal()
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 226 if (subprocess_run(argv, &subprocess_null, &subprocess_null, NULL) != 0) { in ReadNorFlash() 246 if (subprocess_run(argv, &subprocess_null, &subprocess_null, NULL) != 0) { in FlashromWriteRegion()
|
/external/vboot_reference/host/lib/include/ |
D | subprocess.h | 120 int subprocess_run(const char *const argv[],
|
/external/coreboot/util/cbfstool/ |
D | flashrom.c | 65 int status = subprocess_run(argv, &subprocess_null, &subprocess_null, in run_flashrom()
|