Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Doslib-posix.c648 char *pid_path; in qemu_get_pid_name() local
651 pid_path = g_strdup_printf("/proc/%d/cmdline", pid); in qemu_get_pid_name()
652 g_file_get_contents(pid_path, &name, &len, NULL); in qemu_get_pid_name()
653 g_free(pid_path); in qemu_get_pid_name()