Home
last modified time | relevance | path

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

/device/google/gs-common/storage/
Ddump_storage.cpp103 std::ifstream err_stat_file(err_stat_path); in main() local
104 if (err_stat_file.is_open()) { in main()
106 err_stat_file >> err_stat_atom; in main()
109 err_stat_file.close(); in main()