Searched refs:shutdown_ms_file (Results 1 – 1 of 1) sorted by relevance
110 FilePath shutdown_ms_file; in GetShutdownMsPath() local111 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file); in GetShutdownMsPath()112 return shutdown_ms_file.AppendASCII(kShutdownMsFile); in GetShutdownMsPath()251 FilePath shutdown_ms_file = GetShutdownMsPath(); in Shutdown() local252 file_util::WriteFile(shutdown_ms_file, shutdown_ms.c_str(), len); in Shutdown()268 FilePath shutdown_ms_file = GetShutdownMsPath(); in ReadLastShutdownFile() local271 if (file_util::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()273 file_util::Delete(shutdown_ms_file, false); in ReadLastShutdownFile()