Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.h235 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
Dfile_util_posix.cc565 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function
Dfile_util_unittest.cc914 TEST_F(FileUtilTest, ExecutableExistsInPath) { in TEST_F() argument
947 EXPECT_TRUE(ExecutableExistsInPath(scoped_env.GetEnv(), kExeFileName)); in TEST_F()
948 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kRegularFileName)); in TEST_F()
949 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kDneFileName)); in TEST_F()