Searched refs:pid_path (Results 1 – 1 of 1) sorted by relevance
648 char *pid_path; in qemu_get_pid_name() local651 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()