Home
last modified time | relevance | path

Searched refs:ExecutableExistsInPath (Results 1 – 6 of 6) 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()
/external/cronet/base/files/
Dfile_util.h341 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
Dfile_util_posix.cc611 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function
Dfile_util_unittest.cc1345 TEST_F(FileUtilTest, ExecutableExistsInPath) { in TEST_F() argument
1376 EXPECT_TRUE(ExecutableExistsInPath(scoped_env.GetEnv(), kExeFileName)); in TEST_F()
1377 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kRegularFileName)); in TEST_F()
1378 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kDneFileName)); in TEST_F()