Home
last modified time | relevance | path

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

/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/chromeos/drive/
Ddownload_handler_unittest.cc175 bool file_exists = false; in TEST_F() local
178 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F()
182 EXPECT_TRUE(file_exists); in TEST_F()
190 google_apis::test_util::CreateCopyResultCallback(&file_exists)); in TEST_F()
194 EXPECT_FALSE(file_exists); in TEST_F()
/external/chromium_org/base/files/
Dfile_path_watcher_win.cc152 bool file_exists = GetFileInfo(target_, &file_info); in OnObjectSignaled() local
153 if (file_exists && (last_modified_.is_null() || in OnObjectSignaled()
158 } else if (file_exists && !first_notification_.is_null()) { in OnObjectSignaled()
178 } else if (!file_exists && !last_modified_.is_null()) { in OnObjectSignaled()
/external/chromium/base/files/
Dfile_path_watcher_win.cc141 bool file_exists = file_util::GetFileInfo(target_, &file_info); in OnObjectSignaled() local
142 if (file_exists && (last_modified_.is_null() || in OnObjectSignaled()
147 } else if (file_exists && !first_notification_.is_null()) { in OnObjectSignaled()
168 } else if (!file_exists && !last_modified_.is_null()) { in OnObjectSignaled()
/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/chrome/browser/chromeos/login/
Dstartup_utils.cc124 bool file_exists = base::PathExists(oobe_complete_flag_file_path); in IsDeviceRegistered() local
125 SaveIntegerPreferenceForced(prefs::kDeviceRegistered, file_exists ? 1 : 0); in IsDeviceRegistered()
126 return file_exists; in IsDeviceRegistered()
/external/chromium_org/net/url_request/
Durl_request_file_job.cc52 file_exists(false), in FileMetaInfo()
201 meta_info->file_exists = base::GetFileInfo(file_path, &platform_info); in FetchMetaInfo()
202 if (meta_info->file_exists) { in FetchMetaInfo()
223 if (!meta_info_.file_exists) { in DidFetchMetaInfo()
Durl_request_file_job.h73 bool file_exists; member
/external/chromium/chrome/browser/extensions/
Dfile_reader_unittest.cc62 bool file_exists = file_util::ReadFileToString(path, &file_contents); in RunBasicTest() local
72 EXPECT_EQ(file_exists, receiver.succeeded()); in RunBasicTest()
/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/libvpx/libvpx/examples/includes/geshi/contrib/
Daliased.php36 if(!file_exists($path)) {
/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/chromium/chrome/browser/bookmarks/
Dbookmark_storage.cc210 void BookmarkStorage::OnLoadFinished(bool file_exists, const FilePath& path) { in OnLoadFinished() argument
211 if (path == writer_.path() && !file_exists) { in OnLoadFinished()
Dbookmark_storage.h114 void OnLoadFinished(bool file_exists,
/external/llvm/lib/Support/Windows/
Dsystem_error.inc64 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
79 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
DPath.inc206 if (ec == windows_error::file_exists)
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc752 bool file_exists = file_util::PathExists(oobe_complete_flag_file_path); in IsDeviceRegistered() local
753 SaveIntegerPreferenceForced(kDeviceRegistered, file_exists ? 1 : 0); in IsDeviceRegistered()
754 return file_exists; in IsDeviceRegistered()
/external/llvm/include/llvm/Support/
Dsystem_error.h513 file_exists = EEXIST, enumerator
875 file_exists = 80, // ERROR_FILE_EXISTS,
/external/chromium_org/content/browser/download/
Ddownload_browsertest.cc662 DownloadItem* download, bool file_exists, in ConfirmFileStatusForResume() argument
666 ASSERT_EQ(file_exists, !expected_filename.empty()); in ConfirmFileStatusForResume()
671 EXPECT_EQ(file_exists, in ConfirmFileStatusForResume()
675 if (file_exists) { in ConfirmFileStatusForResume()
/external/llvm/lib/Support/Unix/
DPath.inc148 if (SavedErrno == errc::file_exists)
328 if (errno != errc::file_exists)
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1209 'filegroup','filectime','fileatime','file_get_contents','file_exists','file',