Lines Matching refs:PathExists
480 auto exists = PathExists(mount_point); in MountPackageImpl()
980 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup()
1002 PathExists(std::string(gConfig->active_apex_data_dir)); in BackupActivePackages()
1056 auto backup_exists = PathExists(std::string(kApexBackupDir)); in RestoreActivePackages()
1241 auto lib_dir = PathExists(apex_lib_path); in ContributeToSharedLibs()
1265 auto symlink_dir = PathExists(library_symlink_dir); in ContributeToSharedLibs()
1283 auto hash_dir = PathExists(library_symlink_hash); in ContributeToSharedLibs()
2078 if (PathExists(pre_restore_snapshot_path).ok()) { in RestorePreRestoreSnapshotsIfPresent()
2486 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir()
2498 auto lib_dir_exists = PathExists(apex_lib_path); in CreateSharedLibsApexDir()
2806 auto decompressed_path_exists = PathExists(decompressed_apex_path); in ProcessCompressedApex()
2828 auto ota_path_exists = PathExists(ota_apex_path); in ProcessCompressedApex()