HomeSort by relevance Sort by last modified time
    Searched refs:xdg_data_home (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
shell_integration_linux.cc 301 std::string xdg_data_home; local
302 if (env->GetVar("XDG_DATA_HOME", &xdg_data_home) &&
303 !xdg_data_home.empty()) {
304 search_paths.push_back(FilePath(xdg_data_home));
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 515 std::string xdg_data_home; local
517 if (env->GetVar("XDG_DATA_HOME", &xdg_data_home) && !xdg_data_home.empty()) {
518 *search_path = base::FilePath(xdg_data_home);
    [all...]

Completed in 46 milliseconds