Searched refs:file_exists (Results 1 - 19 of 19) sorted by relevance

/external/webkit/LayoutTests/http/tests/resources/
H A Dfile-last-modified.php4 if (file_exists($filePath)) {
H A Dtripmine.php22 if (!file_exists($file)) {
H A Dnetwork-simulator.php19 if (!file_exists($file)) {
78 if (file_exists($path)) {
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dversioned-manifest.php8 if (!file_exists($file)) {
17 if (file_exists($file)) {
H A Dcounter.php8 if (!file_exists($file)) {
H A Dfail-on-update-2.php13 if (!file_exists($file)) {
H A Dfail-on-update.php13 if (!file_exists($file)) {
/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/chromium/base/files/
H A Dfile_path_watcher_win.cc141 bool file_exists = file_util::GetFileInfo(target_, &file_info); local
142 if (file_exists && (last_modified_.is_null() ||
147 } else if (file_exists && !first_notification_.is_null()) {
168 } else if (!file_exists && !last_modified_.is_null()) {
/external/chromium/chrome/browser/extensions/
H A Dfile_reader_unittest.cc62 bool file_exists = file_util::ReadFileToString(path, &file_contents); local
72 EXPECT_EQ(file_exists, receiver.succeeded());
/external/llvm/lib/Support/Windows/
H A Dsystem_error.inc64 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
79 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_storage.h114 void OnLoadFinished(bool file_exists,
H A Dbookmark_storage.cc210 void BookmarkStorage::OnLoadFinished(bool file_exists, const FilePath& path) { argument
211 if (path == writer_.path() && !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/libvpx/examples/includes/geshi/contrib/
H A Daliased.php36 if(!file_exists($path)) {
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.cc752 bool file_exists = file_util::PathExists(oobe_complete_flag_file_path); local
753 SaveIntegerPreferenceForced(kDeviceRegistered, file_exists ? 1 : 0);
754 return file_exists;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h143 file_exists, // EEXIST
511 file_exists = EEXIST, enumerator in enum:llvm::errc::_
873 file_exists = 80, // ERROR_FILE_EXISTS, enumerator in enum:llvm::windows_error::_
/external/llvm/unittests/Support/
H A DPath.cpp193 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists); member in class:__anon9868::errc
/external/llvm/lib/Support/Unix/
H A DPathV2.inc202 if (errno != errc::file_exists)
427 if (errno == errc::file_exists)

Completed in 362 milliseconds