Home
last modified time | relevance | path

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

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