Searched refs:FileExists (Results 1 – 3 of 3) sorted by relevance
51 bool FileExists(const std::string& filename) in FileExists() function63 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()
86 bool FileExists(const std::string& path) { in FileExists() function
42 TEST_F(FileWaitTest, FileExists) { in TEST_F() argument