Home
last modified time | relevance | path

Searched refs:path_exists (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py198 if not self.path_exists(self._pretty_patch_path):
298 if self.path_exists(self._filesystem.join(platform_dir,
308 if self.path_exists(self._filesystem.join(platform_dir,
347 if self.path_exists(checksum_path):
350 if self.path_exists(png_path):
359 if not self.path_exists(path):
365 if not self.path_exists(path):
377 if not self.path_exists(path):
435 def path_exists(self, path): member in Port
Dchromium_unittest.py182 port.path_exists = lambda test: True
/external/qemu/android/
Dmain-common.c186 if ( !path_exists(path) ) { in write_default_keyset()
363 if (path_exists(tmp)) { in parse_skin_files()
621 if (q < end && path_exists(temp)) { in _getSdkImagePath()
642 if (q >= end || !path_exists(temp)) in _getSdkImagePath()
672 if (p >= end || !path_exists(temp)) in _getSdkImage()
802 if (!path_exists(out)) { in createAVD()
813 if (!path_exists(android_build_root)) { in createAVD()
874 if (!path_exists(tmp)) { in createAVD()
891 if (path_exists(tmp)) { in createAVD()
Dmain.c427 if (!path_exists(kernelFile)) { in main()
544 if (!path_exists(opts->sysdir)) { in main()
573 if (opts->sysdir != NULL && !path_exists(opts->system)) { in main()
578 if (!path_exists(initImage)) { in main()
623 if (!path_exists(opts->datadir)) { in main()
657 if (!path_exists(initImage)) { in main()
741 if (path_exists(tmp)) { in main()
807 if (opts->snapstorage && !path_exists(opts->snapstorage)) { in main()
1068 if (!path_exists(opts->charmap)) { in main()
Dmain-emulator.c247 if (path_exists(path)) {
260 if (path_exists(path)) {
301 return (p < end && path_exists(temp));
Duser-config.c94 if (!path_exists(parentPath)) { in auserConfig_new()
107 if (path_exists(uc->iniPath)) { in auserConfig_new()
Dqemu-setup.c494 if (path_exists(tmp)) { in android_emulation_setup()
/external/qemu/android/utils/
Dpath.c215 path_exists( const char* path ) in path_exists() function
317 if ( !path_exists(path) ) { in path_mkdir_recursive()
343 if (!path_exists(path)) { in path_mkdir_if_needed()
651 if (path_exists(filename)) {
686 if (path_exists(temp) && path_can_exec(temp)) {
Dpath.h52 extern ABool path_exists( const char* path );
/external/qemu/android/avd/
Dinfo.c313 if (p >= end || !path_exists(temp)) in _checkSkinPath()
333 if (p >= end || !path_exists(temp)) { in _checkSkinSkinsDir()
575 if (!path_exists(temp)) { in _avdInfo_getContentFilePath()
644 if (p < end && path_exists(temp)) { in _avdInfo_getSdkFilePath()
801 if (p >= end || !path_exists(temp)) { in avdInfo_getSkinHardwareIni()
916 if (p >= end || !path_exists(temp)) { in avdInfo_getKernelPath()
956 if (path_exists(path)) in avdInfo_getSdCardPath()
Dutil.c53 if (path_exists(env)) { in path_getSdkRoot()
93 if (!path_exists(temp)) { in path_getRootIniPath()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests.py149 path_exists=os.path.exists): argument
170 if path_exists(test_path):
/external/chromium/chrome/common/extensions/
Dextension_file_util.cc405 bool path_exists = file_util::PathExists(path); in ValidateLocaleInfo() local
409 if (default_locale.empty() && !path_exists) in ValidateLocaleInfo()
412 if (default_locale.empty() && path_exists) { in ValidateLocaleInfo()
416 } else if (!default_locale.empty() && !path_exists) { in ValidateLocaleInfo()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dprinting.py352 if self._port.path_exists(txt_file):
358 if self._port.path_exists(checksum_file):
364 if self._port.path_exists(png_file):
Dtest_expectations.py591 if (not self._port.path_exists(full_path)
592 and not self._port.path_exists(full_path + '-disabled')):
/external/chromium/base/
Dfile_util_proxy.cc398 bool path_exists = file_util::PathExists(file_path_); in RunWork() local
404 if (exclusive_ && path_exists) { in RunWork()
409 if (path_exists && !file_util::DirectoryExists(file_path_)) { in RunWork()
/external/qemu/memcheck/
Dmemcheck_util.c64 while (!path_exists(sym_path)) { in get_sym_path()
/external/qemu/
Dvl-android.c3596 if (!path_exists(initImage)) { in main()
3627 if (!path_exists(dataImage)) { in main()
3648 if (!path_exists(sdPath)) { in main()
3669 if (!path_exists(spath)) { in main()
3858 if (!path_exists(partPath)) { in main()
/external/webkit/Tools/
DChangeLog-2011-02-1619699 - add path_exists(), path_isdir() for filesystem-like access.