Home
last modified time | relevance | path

Searched refs:xdg_data_home (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dshell_integration_linux.cc301 std::string xdg_data_home; in GetDesktopShortcutTemplate() local
302 if (env->GetVar("XDG_DATA_HOME", &xdg_data_home) && in GetDesktopShortcutTemplate()
303 !xdg_data_home.empty()) { in GetDesktopShortcutTemplate()
304 search_paths.push_back(FilePath(xdg_data_home)); in GetDesktopShortcutTemplate()
/external/bluetooth/glib/gio/xdgmime/
Dxdgmime.c227 const char *xdg_data_home; in xdg_run_command_on_dirs() local
231 xdg_data_home = getenv ("XDG_DATA_HOME"); in xdg_run_command_on_dirs()
232 if (xdg_data_home) in xdg_run_command_on_dirs()
234 if ((func) (xdg_data_home, user_data)) in xdg_run_command_on_dirs()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c3405 const char *xdg_data_home; in _dbus_get_standard_session_servicedirs() local
3412 xdg_data_home = _dbus_getenv ("XDG_DATA_HOME"); in _dbus_get_standard_session_servicedirs()
3438 if (xdg_data_home != NULL) in _dbus_get_standard_session_servicedirs()
3440 if (!_dbus_string_append (&servicedir_path, xdg_data_home)) in _dbus_get_standard_session_servicedirs()