Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system_unittest.cpp30 TEST(System, PathExists) { in TEST() argument
34 EXPECT_TRUE(PathExists("/tmp/foo")); in TEST()
39 EXPECT_FALSE(PathExists("/tmp/foo")); in TEST()
Dcrazy_linker_system.h67 bool PathExists(const char* path_name);
Dcrazy_linker_system.cpp72 bool PathExists(const char* path) { in PathExists() function
Dcrazy_linker_system_mock.cpp281 bool PathExists(const char* path) { in PathExists() function
288 return PathExists(path); in PathIsFile()