Searched refs:err_stat_path (Results 1 – 1 of 1) sorted by relevance
99 std::string err_stat_path = "/sys/devices/platform/"; in main() local100 err_stat_path.append(bootdevice.c_str()); in main()101 err_stat_path.append("/err_stats/"); in main()102 err_stat_path.append(ufs_err_stats_path.c_str()); in main()103 std::ifstream err_stat_file(err_stat_path); in main()