Searched refs:pid_path (Results 1 – 1 of 1) sorted by relevance
691 char *pid_path; in qemu_get_pid_name() local694 pid_path = g_strdup_printf("/proc/%d/cmdline", pid); in qemu_get_pid_name()695 g_file_get_contents(pid_path, &name, &len, NULL); in qemu_get_pid_name()696 g_free(pid_path); in qemu_get_pid_name()