HomeSort by relevance Sort by last modified time
    Searched refs:file_exists (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/test/mini_installer/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 19 if (file_exists($clickFile)) {
38 if (file_exists($clickFile)) {
  /external/chromium_org/third_party/skia/platform_tools/android/launcher/
skia_launcher.cpp 17 bool file_exists(const char* fileName) { function
36 if (!file_exists(libraryLocation)) {
65 if (!file_exists(appLocation)) {
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
helper_functions.py 82 file_exists = True
86 while file_exists:
95 file_exists = False
barcode_decoder.py 216 file_exists = True
219 while file_exists:
224 file_exists = False
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 178 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/base/files/
file_path_watcher_win.cc 160 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/login/
startup_utils.cc 137 bool file_exists = base::PathExists(oobe_complete_flag_file_path); local
138 SaveIntegerPreferenceForced(prefs::kDeviceRegistered, file_exists ? 1 : 0);
139 return file_exists;
  /external/llvm/include/llvm/Support/
Errc.h 45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
  /external/chromium_org/net/url_request/
url_request_file_job.cc 52 file_exists(false),
210 meta_info->file_exists = base::GetFileInfo(file_path, &file_info);
211 if (meta_info->file_exists) {
232 if (!meta_info_.file_exists) {
url_request_file_job.h 78 bool file_exists; member in struct:net::URLRequestFileJob::FileMetaInfo
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
work_unit.py 140 def file_exists(path): function
160 if file_exists(path):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 61 if (file_exists($countFile) && file_exists($indexFile)) {
  /external/llvm/lib/Support/
ErrorHandling.cpp 152 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
167 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
LockFileManager.cpp 131 if (EC != errc::file_exists) {
Path.cpp 208 if (EC == errc::file_exists)
229 if (EC == errc::file_exists)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 204 def file_exists(self, full_path): member in class:AndroidCommands
681 if not self._android_commands.file_exists('/system/bin/perf'):
    [all...]
android_unittest.py 144 android_commands.file_exists('/some_directory')
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, "");
  /external/lldb/source/Symbol/
ObjectFile.cpp 51 const bool file_exists = file->Exists(); local
58 if (file_exists && module_sp->GetObjectName())
  /external/chromium_org/content/browser/download/
download_browsertest.cc 721 DownloadItem* download, bool file_exists,
725 ASSERT_EQ(file_exists, !expected_filename.empty());
730 EXPECT_EQ(file_exists,
734 if (file_exists) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 309 if (EC && EC != std::errc::file_exists) {
  /external/llvm/unittests/Support/
Path.cpp 410 errc::file_exists); member in class:__anon6095::errc

Completed in 1297 milliseconds