Searched defs:memento_file_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_mementos.cc113 const base::FilePath& memento_file_path) {
115 base::ReadFileToString(memento_file_path, &value);
120 const base::FilePath& memento_file_path,
123 base::WriteFile(memento_file_path, value.c_str(), value.size());
112 ReadValueOnFileThread( const base::FilePath& memento_file_path) argument
119 StoreValueOnFileThread( const base::FilePath& memento_file_path, const std::string& value) argument

Completed in 81 milliseconds