Searched refs:file_exists (Results 1 - 13 of 13) sorted by path

/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp309 if (EC && EC != std::errc::file_exists) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php61 if (file_exists($countFile) && file_exists($indexFile)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php19 if (file_exists($clickFile)) {
38 if (file_exists($clickFile)) {
/external/google-breakpad/src/processor/
H A Dsimple_symbol_supplier.cc55 static bool file_exists(const string &file_name) { function in namespace:google_breakpad
195 if (!file_exists(path)) {
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, "");
/external/lldb/source/Symbol/
H A DObjectFile.cpp51 const bool file_exists = file->Exists(); local
58 if (file_exists && module_sp->GetObjectName())
/external/llvm/include/llvm/Support/
H A DErrc.h45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
/external/llvm/lib/Support/
H A DErrorHandling.cpp153 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
168 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
H A DLockFileManager.cpp129 if (EC != errc::file_exists) {
H A DPath.cpp197 if (EC == errc::file_exists)
218 if (EC == errc::file_exists)
/external/llvm/unittests/Support/
H A DPath.cpp458 errc::file_exists); member in class:__anon11315::errc
477 errc::file_exists); member in class:__anon11315::errc
501 ASSERT_EQ(fs::create_directory(Twine(LongDir), false), errc::file_exists); member in class:__anon11315::errc
/external/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp17 bool file_exists(const char* fileName) { function
36 if (!file_exists(libraryLocation)) {
65 if (!file_exists(appLocation)) {
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php78 if (!file_exists($fname)) {
127 if (file_exists($req_pem))
130 if (!file_exists($req_pem)) {
137 if (file_exists($cert_pem))
140 if (!file_exists($cert_pem)) {
161 if (file_exists($cert_der))
164 if (!file_exists($cert_der)) {
172 if (file_exists($pkcs7))
175 if (!file_exists($pkcs7)) {

Completed in 412 milliseconds