Searched refs:current_session_path (Results 1 – 1 of 1) sorted by relevance
267 const FilePath current_session_path = GetCurrentSessionPath(); in MoveCurrentSessionToLastSession() local271 if (file_util::PathExists(current_session_path)) { in MoveCurrentSessionToLastSession()273 if (file_util::GetFileSize(current_session_path, &file_size)) { in MoveCurrentSessionToLastSession()282 last_session_valid_ = file_util::Move(current_session_path, in MoveCurrentSessionToLastSession()286 if (file_util::PathExists(current_session_path)) in MoveCurrentSessionToLastSession()287 file_util::Delete(current_session_path, false); in MoveCurrentSessionToLastSession()