Searched refs:kBinPath (Results 1 – 1 of 1) sorted by relevance
/system/update_engine/common/ |
D | subprocess_unittest.cc | 59 #define kBinPath "/system/bin" macro 62 #define kBinPath "/bin" 147 ASSERT_TRUE(subprocess_.Exec({kBinPath "/false"}, in TEST_F() 154 {kBinPath "/sh", "-c", "echo this is stdout; echo this is stderr >&2"}, in TEST_F() 161 {kBinPath "/sh", "-c", "echo on stdout; echo on stderr >&2"}, in TEST_F() 171 {kBinPath "/sh", "-c", "echo on pipe >&3"}, in TEST_F() 214 kBinPath "/sh", "-c", "echo -n stdout-here; echo -n stderr-there >&2"}; in TEST_F() 226 {kBinPath "/sh", "-c", "echo test"}, &rc, nullptr, nullptr)); in TEST_F() 248 kBinPath "/sh", in TEST_F()
|