Searched defs:file_exists (Results 1 - 14 of 14) sorted by relevance

/external/autotest/server/site_tests/platform_Vpd/
H A Dplatform_Vpd.py48 if not self.file_exists(host, path):
57 def file_exists(self, host, path): member in class:platform_Vpd
87 if self.file_exists(host, vpdfile):
119 if not self.file_exists(host, path):
123 if self.file_exists(host, path):
/external/freetype/src/tools/docmaker/
H A Dutils.py88 def file_exists( pathname ): function
123 file_list = filter( file_exists, file_list )
/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/skqp/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-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs_test.py26 def file_exists(path): function in function:MockDeviceWithFiles
36 device.FileExists = mock.Mock(side_effect=file_exists)
/external/google-breakpad/src/processor/
H A Dsimple_symbol_supplier.cc55 static bool file_exists(const string &file_name) { function in namespace:google_breakpad
195 if (!file_exists(path)) {
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dshared_prefs_test.py25 def file_exists(path): function in function:MockDeviceWithFiles
35 device.FileExists = mock.Mock(side_effect=file_exists)
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DPath.cpp188 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists); member in class:__anon23193::errc
/external/llvm/include/llvm/Support/
H A DErrc.h45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrc.h45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io.py240 def file_exists(filename): function
/external/llvm/unittests/Support/
H A DPath.cpp578 errc::file_exists); member in class:__anon15058::errc
617 errc::file_exists); member in class:__anon15058::errc
641 ASSERT_EQ(fs::create_directory(Twine(LongDir), false), errc::file_exists); member in class:__anon15058::errc
/external/devlib/devlib/
H A Dtarget.py446 def file_exists(self, filepath): member in class:Target
484 if not self.file_exists(path):
526 if self.file_exists(self.executables_directory):
782 if self.file_exists("/proc/device-tree/model"):
1368 if not self.file_exists(self._charging_enabled_path):
1379 if not self.file_exists(self._charging_enabled_path):
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h143 file_exists, // EEXIST
522 file_exists = EEXIST, enumerator in enum:llvm::errc::_
880 file_exists = 80, // ERROR_FILE_EXISTS, enumerator in enum:llvm::windows_error::_

Completed in 388 milliseconds