HomeSort by relevance Sort by last modified time
    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 150 milliseconds