OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ini_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc
10
FilePath
ini_file
;
local
15
ini_file
= home.Append(".mozilla/firefox/profiles.ini");
17
if (file_util::PathExists(
ini_file
))
18
return
ini_file
;
firefox_importer_utils_win.cc
66
FilePath
ini_file
;
local
72
ini_file
= FilePath(buffer).Append(L"Mozilla\\Firefox\\profiles.ini");
74
if (file_util::PathExists(
ini_file
))
75
return
ini_file
;
firefox_importer_utils.cc
51
FilePath
ini_file
= GetProfilesINI();
local
52
ParseProfileINI(
ini_file
, &root);
76
path =
ini_file
.DirName().Append(path);
Completed in 464 milliseconds