Searched refs:shutdown_ms_str (Results 1 – 1 of 1) sorted by relevance
277 std::string shutdown_ms_str; in ReadLastShutdownFile() local279 if (base::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()280 base::StringToInt64(shutdown_ms_str, &shutdown_ms); in ReadLastShutdownFile()