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/ |
D | file_util.h | 238 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_util.h | 235 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
|
H A D | file_util_unittest.cc | 914 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 D | file_util_posix.cc | 565 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/ |
D | file_util.h | 238 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util.h | 368 BASE_EXPORT bool ExecutableExistsInPath(Environment* env,
|
H A D | file_util_unittest.cc | 1407 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 D | file_util_posix.cc | 665 bool ExecutableExistsInPath(Environment* env, in ExecutableExistsInPath() function
|