Home
last modified time | relevance | path

Searched refs:subprocess_null (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcbfstool.c71 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_file_exists()
72 &subprocess_null); in cbfstool_file_exists()
99 status = subprocess_run(argv, &subprocess_null, &subprocess_null, in cbfstool_extract()
100 &subprocess_null); in cbfstool_extract()
128 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_truncate()
129 &subprocess_null); in cbfstool_truncate()
226 status = subprocess_run(argv, &subprocess_null, &output, in cbfstool_get_metadata_hash()
227 &subprocess_null); in cbfstool_get_metadata_hash()
296 status = subprocess_run(argv, &subprocess_null, &output, in get_config_value()
297 &subprocess_null); in get_config_value()
H A Dflashrom.c87 int status = subprocess_run(argv, &subprocess_null, &subprocess_null, in run_flashrom()
88 &subprocess_null); in run_flashrom()
H A Dcrossystem.c467 value = subprocess_run(argv, &subprocess_null, &subprocess_null, in VbGetSystemPropertyInt()
468 &subprocess_null); in VbGetSystemPropertyInt()
690 return subprocess_run(argv, &subprocess_null, &subprocess_null, in VbSetSystemPropertyIntInternal()
691 &subprocess_null); in VbSetSystemPropertyIntInternal()
H A Dsubprocess.c274 struct subprocess_target subprocess_null = { variable
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_nor.c226 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()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dflashrom.c65 int status = subprocess_run(argv, &subprocess_null, &subprocess_null, in run_flashrom()
66 &subprocess_null); in run_flashrom()
/aosp_15_r20/external/vboot_reference/tests/
H A Dsubprocess_tests.c30 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()
157 TEST_EQ(subprocess_run(argv, &subprocess_null, &output, NULL), 0, in test_subprocess_small_output_buffer()
/aosp_15_r20/external/vboot_reference/host/lib/include/
H A Dsubprocess.h88 extern struct subprocess_target subprocess_null;