/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 78 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)) {
|
/external/chromium_org/chrome/test/mini_installer/ |
D | file_verifier.py | 28 file_exists = os.path.exists(file_path) 29 assert expectation['exists'] == file_exists, \ 30 ('File %s exists' % file_path) if file_exists else \
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | download_handler_unittest.cc | 178 bool file_exists = false; in TEST_F() local 181 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F() 185 EXPECT_TRUE(file_exists); in TEST_F() 193 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F() 197 EXPECT_FALSE(file_exists); in TEST_F()
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
D | helper_functions.py | 82 file_exists = True 86 while file_exists: 95 file_exists = False
|
D | barcode_decoder.py | 216 file_exists = True 219 while file_exists: 224 file_exists = False
|
/external/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 17 bool file_exists(const char* fileName) { in file_exists() function 36 if (!file_exists(libraryLocation)) { in load_library() 65 if (!file_exists(appLocation)) { in main()
|
/external/chromium_org/third_party/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 17 bool file_exists(const char* fileName) { in file_exists() function 36 if (!file_exists(libraryLocation)) { in load_library() 65 if (!file_exists(appLocation)) { in main()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
D | download.php | 19 if (file_exists($clickFile)) { 38 if (file_exists($clickFile)) {
|
/external/chromium_org/base/files/ |
D | file_path_watcher_win.cc | 160 bool file_exists = GetFileInfo(target_, &file_info); in OnObjectSignaled() local 169 } else if (file_exists && (last_modified_.is_null() || in OnObjectSignaled() 174 } else if (file_exists && last_modified_ == file_info.last_modified && in OnObjectSignaled() 195 } else if (!file_exists && !last_modified_.is_null()) { in OnObjectSignaled()
|
/external/chromium_org/net/url_request/ |
D | url_request_file_job.cc | 52 file_exists(false), in FileMetaInfo() 210 meta_info->file_exists = base::GetFileInfo(file_path, &file_info); in FetchMetaInfo() 211 if (meta_info->file_exists) { in FetchMetaInfo() 232 if (!meta_info_.file_exists) { in DidFetchMetaInfo()
|
D | url_request_file_job.h | 78 bool file_exists; member
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | startup_utils.cc | 137 bool file_exists = base::PathExists(oobe_complete_flag_file_path); in IsDeviceRegistered() local 138 SaveIntegerPreferenceForced(prefs::kDeviceRegistered, file_exists ? 1 : 0); in IsDeviceRegistered() 139 return file_exists; in IsDeviceRegistered()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
D | index.php | 61 if (file_exists($countFile) && file_exists($indexFile)) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | android.py | 204 def file_exists(self, full_path): member in AndroidCommands 681 if not self._android_commands.file_exists('/system/bin/perf'): 871 if not self._android_commands.file_exists(MD5SUM_DEVICE_PATH): 1064 return (self._android_commands.file_exists(self._in_fifo_path) and 1065 self._android_commands.file_exists(self._out_fifo_path) and 1066 self._android_commands.file_exists(self._err_fifo_path)) 1072 return (not self._android_commands.file_exists(self._in_fifo_path) and 1073 not self._android_commands.file_exists(self._out_fifo_path) and 1074 not self._android_commands.file_exists(self._err_fifo_path)) 1123 …if self._android_commands.file_exists(cmd_line_file_path) and not self._android_commands.file_exis… [all …]
|
D | android_unittest.py | 144 android_commands.file_exists('/some_directory')
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 45 file_exists = int(std::errc::file_exists), enumerator
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 152 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 167 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
D | LockFileManager.cpp | 131 if (EC != errc::file_exists) { in LockFileManager()
|
D | Path.cpp | 208 if (EC == errc::file_exists) in createUniqueEntity() 229 if (EC == errc::file_exists) in createUniqueEntity()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
D | work_unit.py | 140 def file_exists(path): function 160 if file_exists(path):
|
/external/lldb/source/Symbol/ |
D | ObjectFile.cpp | 51 const bool file_exists = file->Exists(); in FindPlugin() local 58 if (file_exists && module_sp->GetObjectName()) in FindPlugin()
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, ""); in main()
|
/external/libcxx/include/ |
D | system_error | 138 file_exists, // EEXIST 270 file_exists = EEXIST,
|
/external/chromium_org/content/browser/download/ |
D | download_browsertest.cc | 721 DownloadItem* download, bool file_exists, in ConfirmFileStatusForResume() argument 725 ASSERT_EQ(file_exists, !expected_filename.empty()); in ConfirmFileStatusForResume() 730 EXPECT_EQ(file_exists, in ConfirmFileStatusForResume() 734 if (file_exists) { in ConfirmFileStatusForResume()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 309 if (EC && EC != std::errc::file_exists) { in ReportDiag()
|