Home
last modified time | relevance | path

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

/system/update_engine/common/
Dsubprocess_unittest.cc54 #define kBinPath "/system/bin" macro
57 #define kBinPath "/bin"
134 EXPECT_TRUE(subprocess_.Exec({kBinPath "/false"}, in TEST_F()
141 {kBinPath "/sh", "-c", "echo this is stdout; echo this is stderr >&2"}, in TEST_F()
148 {kBinPath "/sh", "-c", "echo on stdout; echo on stderr >&2"}, in TEST_F()
158 {kBinPath "/sh", "-c", "echo on pipe >&3"}, in TEST_F()
201 kBinPath "/sh", in TEST_F()
214 {kBinPath "/sh", "-c", "echo test"}, &rc, nullptr)); in TEST_F()
236 kBinPath "/sh", in TEST_F()