Home
last modified time | relevance | path

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

123

/external/wpa_supplicant_8/hs20/server/www/
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/autotest/server/site_tests/platform_Vpd/
Dplatform_Vpd.py48 if not self.file_exists(host, path):
57 def file_exists(self, host, path): member in 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/tensorflow/tensorflow/contrib/saved_model/python/saved_model/
Dreader.py53 if not file_io.file_exists(path_to_pbtxt) and not file_io.file_exists(
59 if file_io.file_exists(path_to_pb):
66 elif file_io.file_exists(path_to_pbtxt):
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_test.py45 self.assertFalse(file_io.file_exists(file_path))
52 self.assertTrue(file_io.file_exists(file_path))
59 self.assertTrue(file_io.file_exists(file_path))
124 self.assertTrue(file_io.file_exists(file_path))
132 self.assertFalse(file_io.file_exists(file_path))
157 self.assertFalse(file_io.file_exists(os.path.join(dir_path, "file3.txt")))
165 self.assertTrue(file_io.file_exists(file_path))
167 self.assertFalse(file_io.file_exists(file_path))
174 self.assertTrue(file_io.file_exists(copy_path))
185 self.assertTrue(file_io.file_exists(copy_path))
[all …]
/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
36 if (!file_exists(libraryLocation)) { in load_library()
65 if (!file_exists(appLocation)) { in main()
/external/skqp/platform_tools/android/launcher/
Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
36 if (!file_exists(libraryLocation)) { in load_library()
65 if (!file_exists(appLocation)) { in main()
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.py51 return file_io.file_exists(meta_graph_filename)
84 if not file_io.file_exists(meta_graph_filename):
98 checkpoint_v2 = file_io.file_exists(variables_index_filename)
110 if file_io.file_exists(variables_filename):
/external/tensorflow/tensorflow/python/saved_model/
Dloader_impl.py61 if file_io.file_exists(path_to_pb):
68 elif file_io.file_exists(path_to_pbtxt):
178 return file_io.file_exists(txt_path) or file_io.file_exists(pb_path)
Dbuilder_impl.py87 if file_io.file_exists(export_dir):
118 if not file_io.file_exists(assets_destination_dir):
132 if not file_io.file_exists(asset_destination_filepath):
369 if not file_io.file_exists(variables_dir):
428 if not file_io.file_exists(self._export_dir):
/external/autotest/contrib/
Dmanage_powerunit_info.py157 file_exists = os.path.exists(options.csv_file)
158 if options.action == 'upload' and not file_exists:
161 if options.action == 'backup' and file_exists:
/external/devlib/devlib/module/
Dhotplug.py15 return target.file_exists(path) and target.is_rooted
37 if not self.target.file_exists(path):
Dcpufreq.py37 if target.file_exists(path):
42 if target.file_exists(path):
47 return target.file_exists(path)
160 if self.target.file_exists(path):
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_decoder.py216 file_exists = True
219 while file_exists:
224 file_exists = False
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py175 assert file_io.file_exists(file_to_rename)
176 assert not file_io.file_exists(file_new_name)
184 assert not file_io.file_exists(file_to_rename)
185 assert file_io.file_exists(file_new_name)
/external/freetype/src/tools/docmaker/
Dutils.py88 def file_exists( pathname ): function
123 file_list = filter( file_exists, file_list )
/external/llvm/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/lisa/tests/eas/
Dpreliminary.py185 if not self.target.file_exists(
231 if not self.target.file_exists('/proc/sys/kernel/sched_domain/'):
304 if not self.target.file_exists(self._get_cpu_cap_path(0)):
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.cc55 static bool file_exists(const string &file_name) { in file_exists() function
195 if (!file_exists(path)) { in GetSymbolFileAtPathFromRoot()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
/external/llvm/lib/Support/
DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py26 def file_exists(path): function
36 device.FileExists = mock.Mock(side_effect=file_exists)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py25 def file_exists(path): function
35 device.FileExists = mock.Mock(side_effect=file_exists)
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp80 TEST_CHECK(ec == std::make_error_code(std::errc::file_exists)); in TEST_CASE()
87 TEST_CHECK(ec == std::make_error_code(std::errc::file_exists)); in TEST_CASE()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc64 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
79 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);

123