Searched refs:disk_stats_path (Results 1 – 2 of 2) sorted by relevance
30 bool parse_disk_stats(const char* disk_stats_path, struct disk_stats* stats);
87 bool parse_disk_stats(const char* disk_stats_path, struct disk_stats* stats) { in parse_disk_stats() argument95 if (!android::base::ReadFileToString(disk_stats_path, &buffer)) { in parse_disk_stats()96 PLOG(ERROR) << disk_stats_path << ": ReadFileToString failed."; in parse_disk_stats()