Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_util_unittest.cc152 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &test_helper_path_)); in SetUp()
153 test_helper_path_ = test_helper_path_.AppendASCII(kTestHelper); in SetUp()
165 base::FilePath test_helper_path_; member in base::ProcessUtilTest
800 base::CommandLine command(test_helper_path_); in TEST_F()
811 command = base::CommandLine(test_helper_path_); in TEST_F()
822 base::CommandLine command(test_helper_path_); in TEST_F()
832 command = base::CommandLine(test_helper_path_); in TEST_F()
1199 const std::vector<std::string> kPrintEnvCommand = {test_helper_path_.value(), in TEST_F()