Searched defs:file_exists (Results 1 - 12 of 12) sorted by path

/external/chromium_org/base/files/
H A Dfile_path_watcher_win.cc160 bool file_exists = GetFileInfo(target_, &file_info); local
169 } else if (file_exists && (last_modified_.is_null() ||
174 } else if (file_exists && last_modified_ == file_info.last_modified &&
195 } else if (!file_exists && !last_modified_.is_null()) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler_unittest.cc178 bool file_exists = false; local
181 google_apis::test_util::CreateCopyResultCallback(&file_exists));
185 EXPECT_TRUE(file_exists);
193 google_apis::test_util::CreateCopyResultCallback(&file_exists));
197 EXPECT_FALSE(file_exists);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dstartup_utils.cc137 bool file_exists = base::PathExists(oobe_complete_flag_file_path); local
138 SaveIntegerPreferenceForced(prefs::kDeviceRegistered, file_exists ? 1 : 0);
139 return file_exists;
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc721 DownloadItem* download, bool file_exists,
725 ASSERT_EQ(file_exists, !expected_filename.empty());
730 EXPECT_EQ(file_exists,
734 if (file_exists) {
720 ConfirmFileStatusForResume( DownloadItem* download, bool file_exists, int received_bytes, int total_bytes, const base::FilePath& expected_filename) argument
/external/chromium_org/net/url_request/
H A Durl_request_file_job.h78 bool file_exists; member in struct:net::URLRequestFileJob::FileMetaInfo
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py204 def file_exists(self, full_path): member in class: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_pat
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dwork_unit.py140 def file_exists(path): function
160 if file_exists(path):
/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/unittests/Support/
H A DPath.cpp410 errc::file_exists); member in class:__anon26543::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)) {

Completed in 457 milliseconds