Searched refs:pid_path (Results 1 – 1 of 1) sorted by relevance
698 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