Searched refs:PathExists (Results 1 – 12 of 12) sorted by relevance
178 if (!base::PathExists(local_path)) { in GetNonVolatileDirectory()
162 return base::PathExists(base::FilePath(path)); in DeviceExists()
109 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithDots))); in TEST_F()186 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKeyWithSpaces))); in TEST_F()258 EXPECT_FALSE(base::PathExists(prefs_dir_.Append(kKey))); in TEST_F()
144 return base::PathExists(filename); in KeyExists()
147 if (!base::PathExists(temp_dir)) in GetTempName()
165 inline StatusOr<bool> PathExists(const std::string& path) { in PathExists() function
203 StatusOr<bool> status = PathExists(device); in waitForDevice()539 auto exists = PathExists(mountPoint); in MountPackageImpl()819 auto exists = PathExists(std::string(kApexBackupDir)); in DeleteBackup()841 auto apex_active_exists = PathExists(std::string(kActiveApexPackagesDataDir)); in BackupActivePackages()909 auto backup_exists = PathExists(std::string(kApexBackupDir)); in DoRollback()1007 auto backup_exists = PathExists(std::string(kApexBackupDir)); in ResumeRollback()
475 auto exist = PathExists(path); in FindApexes()
196 EXPECT_TRUE(base::PathExists(file_path)); in TEST_F()
48 if (!base::PathExists(vbmeta_image_path)) return; in ModifyVBMetaHeaderFlags()
68 if (!base::PathExists(image_path)) return; in SetVBMetaFlags()596 if (!base::PathExists(avb_image_path)) return false; in CompareVBMeta()
89 if (!base::PathExists(path)) { in checksum_read()