Home
last modified time | relevance | path

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

/frameworks/base/tools/lock_agent/
Dagent.cpp333 bool fileExists(const std::string& path) { in fileExists() function
348 if (fileExists(lockAgentJarPath)) { in findLockAgentJar()
358 if (fileExists(sysFrameworkPath)) { in findLockAgentJar()
363 if (fileExists(relPath)) { in findLockAgentJar()
/frameworks/native/cmds/atrace/
Datrace.cpp340 static bool fileExists(const char* filename) { in fileExists() function
476 if (!fileExists(path)) { in isCategorySupportedForRoot()
482 ok |= fileExists(path); in isCategorySupportedForRoot()
534 if (fileExists(k_traceCmdlineSizePath)) {
573 if (fileExists(k_printTgidPath)) { in setPrintTgidEnableIfPresent()
576 if (fileExists(k_recordTgidPath)) { in setPrintTgidEnableIfPresent()
/frameworks/base/core/java/android/app/
DSharedPreferencesImpl.java713 boolean fileExists = mFile.exists(); in writeToFile()
723 if (fileExists) { in writeToFile()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp44 bool fileExists(const std::string &path) { in fileExists() function
72 if (fileExists(path)) { in findFileInDirs()
440 if (!fileExists(path)) { in parseXmlPath()