Searched refs:path_exists (Results 1 – 19 of 19) sorted by relevance
198 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
182 port.path_exists = lambda test: True
186 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()
427 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()
247 if (path_exists(path)) {260 if (path_exists(path)) {301 return (p < end && path_exists(temp));
94 if (!path_exists(parentPath)) { in auserConfig_new()107 if (path_exists(uc->iniPath)) { in auserConfig_new()
494 if (path_exists(tmp)) { in android_emulation_setup()
215 path_exists( const char* path ) in path_exists() function317 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)) {
52 extern ABool path_exists( const char* path );
313 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()
53 if (path_exists(env)) { in path_getSdkRoot()93 if (!path_exists(temp)) { in path_getRootIniPath()
149 path_exists=os.path.exists): argument170 if path_exists(test_path):
405 bool path_exists = file_util::PathExists(path); in ValidateLocaleInfo() local409 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()
352 if self._port.path_exists(txt_file):358 if self._port.path_exists(checksum_file):364 if self._port.path_exists(png_file):
591 if (not self._port.path_exists(full_path)592 and not self._port.path_exists(full_path + '-disabled')):
398 bool path_exists = file_util::PathExists(file_path_); in RunWork() local404 if (exclusive_ && path_exists) { in RunWork()409 if (path_exists && !file_util::DirectoryExists(file_path_)) { in RunWork()
64 while (!path_exists(sym_path)) { in get_sym_path()
3596 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()
19699 - add path_exists(), path_isdir() for filesystem-like access.