Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 28) sorted by relevance

12

/external/wpa_supplicant_8/hs20/server/www/
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)) {
/external/chromium_org/chrome/test/mini_installer/
Dfile_verifier.py28 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/ui/webui/chromeos/login/
Dreset_screen_handler.cc47 void CheckRollbackFlagFileExists(bool *file_exists) { in CheckRollbackFlagFileExists() argument
49 *file_exists = base::PathExists(base::FilePath(kRollbackFlagFile)); in CheckRollbackFlagFileExists()
127 scoped_ptr<bool> file_exists(new bool(false)); in ChooseAndApplyShowScenario() local
130 base::Unretained(file_exists.get())); in ChooseAndApplyShowScenario()
134 base::Passed(file_exists.Pass())); in ChooseAndApplyShowScenario()
145 scoped_ptr<bool> file_exists) { in OnRollbackFlagFileCheckDone() argument
146 if (!(*file_exists) && !CommandLine::ForCurrentProcess()->HasSwitch( in OnRollbackFlagFileCheckDone()
Dreset_screen_handler.h59 void OnRollbackFlagFileCheckDone(scoped_ptr<bool> file_exists);
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
Dhelper_functions.py82 file_exists = True
86 while file_exists:
95 file_exists = False
Dbarcode_decoder.py216 file_exists = True
219 while file_exists:
224 file_exists = False
/external/chromium_org/chrome/browser/chromeos/drive/
Ddownload_handler_unittest.cc177 bool file_exists = false; in TEST_F() local
180 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F()
184 EXPECT_TRUE(file_exists); in TEST_F()
192 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F()
196 EXPECT_FALSE(file_exists); in TEST_F()
/external/chromium_org/third_party/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 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/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 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/
Ddownload.php19 if (file_exists($clickFile)) {
38 if (file_exists($clickFile)) {
/external/chromium_org/base/files/
Dfile_path_watcher_win.cc160 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/
Durl_request_file_job.cc52 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()
Durl_request_file_job.h78 bool file_exists; member
/external/chromium_org/chrome/browser/chromeos/login/
Dstartup_utils.cc137 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/
Dindex.php61 if (file_exists($countFile) && file_exists($indexFile)) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dandroid.py204 def file_exists(self, full_path): member in AndroidCommands
688 if not self._android_commands.file_exists('/system/bin/perf'):
878 if not self._android_commands.file_exists(MD5SUM_DEVICE_PATH):
1071 return (self._android_commands.file_exists(self._in_fifo_path) and
1072 self._android_commands.file_exists(self._out_fifo_path) and
1073 self._android_commands.file_exists(self._err_fifo_path))
1079 return (not self._android_commands.file_exists(self._in_fifo_path) and
1080 not self._android_commands.file_exists(self._out_fifo_path) and
1081 not self._android_commands.file_exists(self._err_fifo_path))
1130 …if self._android_commands.file_exists(cmd_line_file_path) and not self._android_commands.file_exis…
[all …]
Dandroid_unittest.py151 android_commands.file_exists('/some_directory')
/external/llvm/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/llvm/lib/Support/
DErrorHandling.cpp152 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
167 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
DLockFileManager.cpp131 if (EC != errc::file_exists) { in LockFileManager()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dwork_unit.py140 def file_exists(path): function
160 if file_exists(path):
/external/lldb/source/Symbol/
DObjectFile.cpp51 const bool file_exists = file->Exists(); in FindPlugin() local
58 if (file_exists && module_sp->GetObjectName()) in FindPlugin()
/external/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, ""); in main()
/external/libcxx/include/
Dsystem_error138 file_exists, // EEXIST
270 file_exists = EEXIST,
/external/chromium_org/content/browser/download/
Ddownload_browsertest.cc713 DownloadItem* download, bool file_exists, in ConfirmFileStatusForResume() argument
717 ASSERT_EQ(file_exists, !expected_filename.empty()); in ConfirmFileStatusForResume()
722 EXPECT_EQ(file_exists, in ConfirmFileStatusForResume()
726 if (file_exists) { in ConfirmFileStatusForResume()

12