Searched refs:unpath (Results 1 - 1 of 1) sorted by relevance

/external/qemu/util/
H A Dqemu-sockets-android.c489 char unpath[PATH_MAX]; local
497 snprintf(unpath, sizeof(unpath), "%s/qemu-socket-XXXXXX",
499 upath = unpath;
507 fd = mkstemp(unpath); close(fd);
508 qemu_opt_set(opts, "path", unpath);

Completed in 222 milliseconds