Searched refs:kSearchPath (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | subprocess.cc | 81 proc->SetSearchPath((flags & Subprocess::kSearchPath) != 0); in LaunchProcess() 237 return SynchronousExecFlags(cmd, kSearchPath, return_code, stdout, stderr); in SynchronousExec()
|
H A D | subprocess.h | 56 kSearchPath = 1 << 0, enumerator
|
H A D | subprocess_unittest.cc | 208 {"true"}, Subprocess::kSearchPath, &rc, nullptr, nullptr)); in TEST_F()
|
/aosp12/system/update_engine/cros/ |
H A D | p2p_manager.cc | 389 Subprocess::kSearchPath, in InitiateLookup()
|