Searched refs:xdg_data_home (Results 1 – 3 of 3) sorted by relevance
301 std::string xdg_data_home; in GetDesktopShortcutTemplate() local302 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()
227 const char *xdg_data_home; in xdg_run_command_on_dirs() local231 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()
3405 const char *xdg_data_home; in _dbus_get_standard_session_servicedirs() local3412 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()