Home
last modified time | relevance | path

Searched refs:cookie_file (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/utils/
Dpax11publish.c42 …const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_C… in main() local
79 cookie_file = optarg; in main()
138 if (pa_authkey_save(cookie_file, cookie, l) < 0) { in main()
187 if (pa_authkey_load(cookie_file, true, cookie, sizeof(cookie)) < 0) { in main()
/third_party/pulseaudio/src/pulse/
Dclient-conf.c234 void pa_client_conf_set_cookie_file_from_application(pa_client_conf *c, const char *cookie_file) { in pa_client_conf_set_cookie_file_from_application() argument
236 pa_assert(!cookie_file || *cookie_file); in pa_client_conf_set_cookie_file_from_application()
239 c->cookie_file_from_application = pa_xstrdup(cookie_file); in pa_client_conf_set_cookie_file_from_application()
Dclient-conf.h59 void pa_client_conf_set_cookie_file_from_application(pa_client_conf *c, const char *cookie_file);
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c105 char *cookie_file; member
247 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()
658 u->cookie_file = pa_xstrdup(pa_modargs_get_value(ma, "cookie", NULL)); in do_init()
755 if (u->cookie_file) in do_done()
756 pa_xfree(u->cookie_file); in do_done()
Dmodule-tunnel-sink-new.c107 char *cookie_file; member
199 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()
686 u->cookie_file = pa_xstrdup(pa_modargs_get_value(ma, "cookie", NULL)); in do_init()
786 if (u->cookie_file) in do_done()
787 pa_xfree(u->cookie_file); in do_done()
/third_party/googletest/googletest/scripts/
Dupload.py366 StatusUpdate("Saving authentication cookies to %s" % self.cookie_file)
383 self.cookie_file = os.path.expanduser("~/.codereview_upload_cookies")
384 self.cookie_jar = cookielib.MozillaCookieJar(self.cookie_file)
385 if os.path.exists(self.cookie_file):
390 self.cookie_file)
396 fd = os.open(self.cookie_file, os.O_CREAT, 0600)
399 os.chmod(self.cookie_file, 0600)