Home
last modified time | relevance | path

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

/frameworks/native/cmds/atrace/
Datrace.cpp331 static bool fileExists(const char* filename) { in fileExists() function
467 if (!fileExists(path)) { in isCategorySupportedForRoot()
473 ok |= fileExists(path); in isCategorySupportedForRoot()
525 if (fileExists(k_traceCmdlineSizePath)) {
564 if (fileExists(k_printTgidPath)) { in setPrintTgidEnableIfPresent()
567 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.cpp45 bool fileExists(const std::string &path) { in fileExists() function
73 if (fileExists(path)) { in findFileInDirs()
424 if (!fileExists(path)) { in parseXmlPath()