OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locale_app_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
firefox3_importer.cc
421
FilePath
locale_app_path
= app_path.AppendASCII(locale_);
local
423
if (file_util::DirectoryExists(
locale_app_path
))
424
app_path =
locale_app_path
;
/external/chromium_org/chrome/utility/importer/
firefox_importer.cc
445
base::FilePath
locale_app_path
= app_path.AppendASCII(locale_);
local
447
if (base::DirectoryExists(
locale_app_path
))
448
app_path =
locale_app_path
;
Completed in 80 milliseconds