Home
last modified time | relevance | path

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

12

/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/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/devlib/devlib/module/
Dhotplug.py15 return target.file_exists(path) and target.is_rooted
36 if not self.target.file_exists(path):
Dcpufreq.py36 if target.file_exists(path):
41 if target.file_exists(path):
46 return target.file_exists(path)
159 if self.target.file_exists(path):
Dhwmon.py119 return target.file_exists(HWMON_ROOT)
139 if self.target.file_exists(self.target.path.join(entry_path, 'name')):
Dcooling.py55 return target.file_exists('/sys/devices/odroid_fan.15/fan_mode')
Dthermal.py80 if target.file_exists(ThermalModule.thermal_root):
/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/webrtc/webrtc/tools/barcode_tools/
Dbarcode_decoder.py216 file_exists = True
219 while file_exists:
224 file_exists = False
/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/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);
/external/lisa/libs/utils/
Dtarget_script.py113 if self._target.file_exists(self._remote_path):
/external/libcxx/test/std/experimental/filesystem/class.filesystem_error/
Dfilesystem_error.members.pass.cpp44 std::error_code ec = std::make_error_code(std::errc::file_exists); in test_constructors()
/external/flatbuffers/samples/
DSampleBinary.php28 if (file_exists($file)) {
/external/devlib/devlib/
Dtarget.py416 def file_exists(self, filepath): member in Target
454 if not self.file_exists(path):
496 if self.file_exists(self.executables_directory):
683 if self.file_exists("/proc/device-tree/model"):
1156 if not self.file_exists(self._charging_enabled_path):
1167 if not self.file_exists(self._charging_enabled_path):
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h522 file_exists = EEXIST, enumerator
880 file_exists = 80, // ERROR_FILE_EXISTS,
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm315 BOOL file_exists = [manager fileExistsAtPath:minidump_path
317 if (file_exists && is_dir) {
332 } else if (file_exists) {

12