HomeSort by relevance Sort by last modified time
    Searched full:session_file (Results 1 - 1 of 1) sorted by null

  /external/dbus/tools/
dbus-launch-x11.c 401 char *session_file; local
405 session_file = get_session_file();
406 if (session_file == NULL)
409 f = fopen (session_file, "w");
426 free (session_file);

Completed in 109 milliseconds