Home
last modified time | relevance | path

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

/device/google/gs-common/storage/
Ddump_storage.cpp157 std::ifstream req_stats_file(reqstat_path.c_str()); in main() local
159 if (req_stats_file.is_open()) { in main()
160 req_stats_file >> req_stat_atom; in main()
162 req_stats_file.close(); in main()