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