Home
last modified time | relevance | path

Searched defs:file_exists (Results 1 – 4 of 4) sorted by relevance

/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.cc55 static bool file_exists(const string &file_name) { in file_exists() function
/external/llvm/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/lldb/source/Symbol/
DObjectFile.cpp51 const bool file_exists = file->Exists(); in FindPlugin() local