Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_util.h238 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util.h235 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
H A 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()
H A Dfile_util_posix.cc565 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_util.h238 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.h368 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
H A Dfile_util_unittest.cc1407 TEST_F(FileUtilTest, ExecutableExistsInPath) { in TEST_F() argument
1438 EXPECT_TRUE(ExecutableExistsInPath(scoped_env.GetEnv(), kExeFileName)); in TEST_F()
1439 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kRegularFileName)); in TEST_F()
1440 EXPECT_FALSE(ExecutableExistsInPath(scoped_env.GetEnv(), kDneFileName)); in TEST_F()
H A Dfile_util_posix.cc665 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function