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.c698 char *pid_path; in qemu_get_pid_name()
701 pid_path = g_strdup_printf("/proc/%d/cmdline", pid);
702 g_file_get_contents(pid_path, &name, &len, NULL);
703 g_free(pid_path); in qemu_alloc_stack()
691 char *pid_path; qemu_get_pid_name() local