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

/external/chromium_org/chrome/test/mini_installer/
H A 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/wpa_supplicant_8/hs20/server/www/
H A 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/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/webrtc/tools/barcode_tools/
H A Dhelper_functions.py82 file_exists = True
86 while file_exists:
95 file_exists = False
H A Dbarcode_decoder.py216 file_exists = True
219 while file_exists:
224 file_exists = False
/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)) {
/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_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/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/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/llvm/include/llvm/Support/
H A DErrc.h45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
/external/chromium_org/net/url_request/
H A Durl_request_file_job.cc52 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) {
H A Durl_request_file_job.h78 bool file_exists; member in struct:net::URLRequestFileJob::FileMetaInfo
/external/llvm/lib/Support/
H A DErrorHandling.cpp152 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
167 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
H A DLockFileManager.cpp131 if (EC != errc::file_exists) {
H A DPath.cpp208 if (EC == errc::file_exists)
229 if (EC == errc::file_exists)
/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...]
H A Dandroid_unittest.py144 android_commands.file_exists('/some_directory')
/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/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/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, "");
/external/lldb/source/Symbol/
H A DObjectFile.cpp51 const bool file_exists = file->Exists(); local
58 if (file_exists && module_sp->GetObjectName())
/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/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp309 if (EC && EC != std::errc::file_exists) {
/external/llvm/unittests/Support/
H A DPath.cpp410 errc::file_exists); member in class:__anon26543::errc

Completed in 512 milliseconds