Searched refs:FileExists (Results 26 - 50 of 84) sorted by relevance

1234

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_traceview_profiler.py21 if self._browser_backend.adb.device().FileExists(self._DEFAULT_DEVICE_DIR):
H A Djava_heap_profiler.py68 if not self._browser_backend.adb.device().FileExists(
H A Dtcmalloc_heap_profiler.py43 if not self._browser_backend.adb.device().FileExists(
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h73 virtual bool FileExists(const std::string& fname) = 0;
292 bool FileExists(const std::string& f) { return target_->FileExists(f); } function in class:leveldb::EnvWrapper
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc664 file_system.FileExists(kFile));
668 file_system.FileExists(kChild));
732 file_system.FileExists(kFile));
736 file_system.FileExists(kChild));
785 file_system.FileExists(kFile2));
870 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kDir));
896 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kFile1));
897 EXPECT_EQ(base::File::FILE_OK, file_system.FileExists(kFile2));
926 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file_system.FileExists(kDir));
927 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file_system.FileExists(kFil
[all...]
H A Dsyncable_file_system_operation.h53 virtual void FileExists(const storage::FileSystemURL& url,
H A Dsyncable_file_operation_runner_unittest.cc177 file_system_.operation_runner()->FileExists(
192 file_system_.operation_runner()->FileExists(
H A Dsyncable_file_system_operation.cc172 void SyncableFileSystemOperation::FileExists( function in class:sync_file_system::SyncableFileSystemOperation
176 impl_->FileExists(url, callback);
/external/chromium_org/build/android/pylib/
H A Dflag_changer.py113 assert not self._device.FileExists(self._cmdline_file), (
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.h93 static bool FileExists(storage::FileSystemContext* context,
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h59 virtual bool FileExists(const std::string& filename) const = 0;
H A Ddiskcache.cc183 return FileExists(filename);
198 if (!FileExists(filename))
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_ds2784_power_monitor.py31 return self._device.FileExists(CHARGE_COUNTER)
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py232 def FileExists(fileName): function
293 if FileExists(sFileName):
482 if FileExists(jetFile.config.filename):
490 if FileExists(segment.filename):
493 if FileExists(segment.output):
499 if FileExists(library):
537 if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename):
540 if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile):
588 if not FileExists(midiFile):
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.cc210 if (!force && (FileExists(target.GetFileName().c_str()) ||
258 bool VideoSource::FileExists(const char* fileName) function in class:VideoSource
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc332 EXPECT_TRUE(FileExists(url, test_case_map[relative]->data_file_size));
365 bool FileExists(const FileSystemURL& url, int64 expected_size) { function in class:content::CopyOrMoveOperationTestHelper
366 return AsyncFileTestHelper::FileExists(
418 ASSERT_TRUE(helper.FileExists(src, 10));
419 ASSERT_TRUE(helper.FileExists(dest, 10));
447 ASSERT_FALSE(helper.FileExists(src, AsyncFileTestHelper::kDontCheckSize));
448 ASSERT_TRUE(helper.FileExists(dest, 10));
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend.py272 assert(self.adb.FileExists(app_process))
281 if not self.adb.FileExists(app_process):
283 assert(self.adb.FileExists(app_process))
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package_apk.py63 if device.FileExists(self._GetFifo()):
/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py170 return self._cloud_bucket.FileExists(
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h289 virtual void FileExists(const FileSystemURL& path,
H A Dfile_system_operation_impl.h52 virtual void FileExists(const FileSystemURL& url,
/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js142 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
465 var f = fso.FileExists(new_makefile);
475 var f = fso.FileExists(configh);
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp81 bool &FileExists);
279 bool &FileExists) {
341 FileExists = File != nullptr;
277 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/external/chromium_org/build/android/
H A Dprovision_devices.py120 device_authorized = device.FileExists(constants.ADB_KEYS_FILE)
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfilesystem_api_util.cc85 // is created after the previous FileExists call and before this CreateFile.)
87 // Note that the preceding call to FileExists is necessary for handling
100 file_system_context->operation_runner()->FileExists(

Completed in 7092 milliseconds

1234