Home
last modified time | relevance | path

Searched defs:fileExists (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp214 bool fileExists(const char *path) in fileExists() function
/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/android/
Dnative_agent.cpp193 bool fileExists(std::string filePath) { return std::ifstream(filePath).good(); } in fileExists() function
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DTimeZoneIntegrationTest.java319 private static boolean fileExists(String fileName) { in fileExists() method in TimeZoneIntegrationTest
/external/fastrpc/src/
Dlog_config.c172 boolean fileExists = FALSE; in readLogConfigFromPath() local
/external/bzip2/
Dbzip2.c940 Bool fileExists ( Char* name ) in fileExists() function
/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
DAbstractFileSystemTest.kt1562 fun fileExists() { in <lambda>() method