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

  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 555 std::string xdg_data_home; local
557 if (env->GetVar("XDG_DATA_HOME", &xdg_data_home) && !xdg_data_home.empty()) {
558 *search_path = base::FilePath(xdg_data_home);
    [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]

Completed in 508 milliseconds