Searched refs:proc_path_buf (Results 1 – 2 of 2) sorted by relevance
84 char proc_path_buf[PATH_MAX]; in GetProcesses() local86 int return_val = proc_pidpath(pid, proc_path_buf, PATH_MAX); in GetProcesses()95 pid_basename = strrchr(proc_path_buf, '/'); in GetProcesses()102 pid_basename = proc_path_buf; in GetProcesses()104 CFString cf_pid_path(proc_path_buf); in GetProcesses()
649 char proc_path_buf[PATH_MAX]; in GetAllInfosMatchingName() local652 proc_path_buf, PATH_MAX); in GetAllInfosMatchingName()661 const char *argv_basename = strrchr(proc_path_buf, '/'); in GetAllInfosMatchingName()668 argv_basename = proc_path_buf; in GetAllInfosMatchingName()