Searched defs:FileExists (Results 1 - 2 of 2) sorted by relevance

/system/core/storaged/
H A Dstoraged_info.cpp53 bool FileExists(const std::string& filename) function in namespace:__anon1843
65 if (FileExists(emmc_info_t::emmc_sysfs) ||
66 FileExists(emmc_info_t::emmc_debugfs)) {
69 if (FileExists(ufs_info_t::health_file)) {
/system/update_engine/common/
H A Dutils.cc565 bool FileExists(const char* path) { function in namespace:chromeos_update_engine::utils
577 if (FileExists(volume_path.c_str())) {
600 while (timeout > 0 && !FileExists(volume_path.c_str())) {
605 return FileExists(volume_path.c_str());

Completed in 99 milliseconds