Searched refs:ini_file (Results 1 – 4 of 4) sorted by relevance
10 FilePath ini_file; in GetProfilesINI() local15 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()
66 FilePath ini_file; in GetProfilesINI() local72 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()
17 FilePath ini_file = app_data_path.Append("Firefox").Append("profiles.ini");18 if (!file_util::PathExists(ini_file)) {21 return ini_file;
51 FilePath ini_file = GetProfilesINI(); in GetFirefoxProfilePath() local52 ParseProfileINI(ini_file, &root); in GetFirefoxProfilePath()76 path = ini_file.DirName().Append(path); in GetFirefoxProfilePath()