Home
last modified time | relevance | path

Searched refs:WaitProgram (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.h91 int WaitProgram(const pid_t pid, const int pipe, std::string* error_msg);
H A Dtest_utils.cpp183 int WaitProgram(const int pid, const int pipe, std::string* error_msg) { in WaitProgram() function
H A Dmain.cpp132 *retcode = WaitProgram(pid, pipe, hash); in PartitionHash()
1690 int ret = WaitProgram(pid, pipe, &error_msg); in TEST_P()