Home
last modified time | relevance | path

Searched refs:PathExists (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/
Dhardware_android.cc178 if (!base::PathExists(local_path)) { in GetNonVolatileDirectory()
Ddynamic_partition_control_android.cc162 return base::PathExists(base::FilePath(path)); in DeviceExists()
/system/update_engine/common/
Dprefs_unittest.cc109 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()
Dprefs.cc144 return base::PathExists(filename); in KeyExists()
Dutils.cc147 if (!base::PathExists(temp_dir)) in GetTempName()
/system/apex/apexd/
Dapexd_utils.h165 inline StatusOr<bool> PathExists(const std::string& path) { in PathExists() function
Dapexd.cpp203 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()
Dapex_file.cpp475 auto exist = PathExists(path); in FindApexes()
/system/bt/osi/test/
Dconfig_test.cc196 EXPECT_TRUE(base::PathExists(file_path)); in TEST_F()
/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_test.cpp48 if (!base::PathExists(vbmeta_image_path)) return; in ModifyVBMetaHeaderFlags()
Davb_util_test.cpp68 if (!base::PathExists(image_path)) return; in SetVBMetaFlags()
596 if (!base::PathExists(avb_image_path)) return false; in CompareVBMeta()
/system/bt/osi/src/
Dconfig.cc89 if (!base::PathExists(path)) { in checksum_read()