Home | History | Annotate | Download | only in common

Lines Matching refs:xdg_data_home

1126                 // If XDG_DATA_HOME exists, use that, otherwise use ~/.local/share/lldb.
1128 const char *xdg_data_home = getenv("XDG_DATA_HOME");
1129 if (xdg_data_home && xdg_data_home[0])
1131 std::string user_plugin_dir (xdg_data_home);