Searched refs:shutdown_ms_file (Results 1 – 1 of 1) sorted by relevance
136 base::FilePath shutdown_ms_file; in GetShutdownMsPath() local137 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file); in GetShutdownMsPath()138 return shutdown_ms_file.AppendASCII(kShutdownMsFile); in GetShutdownMsPath()262 base::FilePath shutdown_ms_file = GetShutdownMsPath(); in ShutdownPostThreadsStop() local263 base::WriteFile(shutdown_ms_file, shutdown_ms.c_str(), len); in ShutdownPostThreadsStop()276 base::FilePath shutdown_ms_file = GetShutdownMsPath(); in ReadLastShutdownFile() local279 if (base::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()281 base::DeleteFile(shutdown_ms_file, false); in ReadLastShutdownFile()