Lines Matching refs:PathExists
477 auto exists = PathExists(mount_point); in MountPackageImpl()
915 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup()
937 PathExists(std::string(gConfig->active_apex_data_dir)); in BackupActivePackages()
991 auto backup_exists = PathExists(std::string(kApexBackupDir)); in RestoreActivePackages()
1168 auto lib_dir = PathExists(apex_lib_path); in ActivateSharedLibsPackage()
1192 auto symlink_dir = PathExists(library_symlink_dir); in ActivateSharedLibsPackage()
1210 auto hash_dir = PathExists(library_symlink_hash); in ActivateSharedLibsPackage()
1906 if (PathExists(pre_restore_snapshot_path).ok()) { in RestorePreRestoreSnapshotsIfPresent()
2339 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir()
2351 auto lib_dir_exists = PathExists(apex_lib_path); in CreateSharedLibsApexDir()
2614 auto decompressed_path_exists = PathExists(decompressed_apex_path); in ProcessCompressedApex()
2636 auto ota_path_exists = PathExists(ota_apex_path); in ProcessCompressedApex()