Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils_linux.cc10 FilePath ini_file; in GetProfilesINI() local
15 ini_file = home.Append(".mozilla/firefox/profiles.ini"); in GetProfilesINI()
17 if (file_util::PathExists(ini_file)) in GetProfilesINI()
18 return ini_file; in GetProfilesINI()
Dfirefox_importer_utils_win.cc66 FilePath ini_file; in GetProfilesINI() local
72 ini_file = FilePath(buffer).Append(L"Mozilla\\Firefox\\profiles.ini"); in GetProfilesINI()
74 if (file_util::PathExists(ini_file)) in GetProfilesINI()
75 return ini_file; in GetProfilesINI()
Dfirefox_importer_utils_mac.mm17 FilePath ini_file = app_data_path.Append("Firefox").Append("profiles.ini");
18 if (!file_util::PathExists(ini_file)) {
21 return ini_file;
Dfirefox_importer_utils.cc51 FilePath ini_file = GetProfilesINI(); in GetFirefoxProfilePath() local
52 ParseProfileINI(ini_file, &root); in GetFirefoxProfilePath()
76 path = ini_file.DirName().Append(path); in GetFirefoxProfilePath()