HomeSort by relevance Sort by last modified time
    Searched refs:xdg_data_home (Results 1 - 3 of 3) 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/bluetooth/glib/gio/xdgmime/
xdgmime.c 227 const char *xdg_data_home; local
231 xdg_data_home = getenv ("XDG_DATA_HOME");
232 if (xdg_data_home)
234 if ((func) (xdg_data_home, user_data))
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3405 const char *xdg_data_home; local
    [all...]

Completed in 186 milliseconds