Home
last modified time | relevance | path

Searched refs:shutdown_ms_file (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_shutdown.cc110 FilePath shutdown_ms_file; in GetShutdownMsPath() local
111 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() local
252 file_util::WriteFile(shutdown_ms_file, shutdown_ms.c_str(), len); in Shutdown()
268 FilePath shutdown_ms_file = GetShutdownMsPath(); in ReadLastShutdownFile() local
271 if (file_util::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()
273 file_util::Delete(shutdown_ms_file, false); in ReadLastShutdownFile()