Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/storaged/
H A Dstoraged_info.cpp51 bool FileExists(const std::string& filename) in FileExists() function
63 if (FileExists(emmc_info_t::emmc_sysfs)) return new emmc_info_t; in get_storage_info()
65 if (FileExists(ufs_info_t::health_file)) { in get_storage_info()
/aosp14/system/core/fastboot/
H A Dfilesystem.cpp86 bool FileExists(const std::string& path) { in FileExists() function
/aosp14/system/core/fs_mgr/tests/
H A Dfile_wait_test.cpp42 TEST_F(FileWaitTest, FileExists) { in TEST_F() argument