Searched refs:settings_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/util/
H A Duser_settings.h34 bool Init(const FilePath& settings_path);
H A Duser_settings.cc176 bool UserSettings::Init(const FilePath& settings_path) { argument
182 if (SQLITE_OK != sqlite_utils::OpenSqliteDb(settings_path, &dbhandle_))
255 const DWORD attrs = GetFileAttributes(settings_path.value().c_str());
257 SetFileAttributes(settings_path.value().c_str(),

Completed in 45 milliseconds