Home
last modified time | relevance | path

Searched refs:proc_path_buf (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBServices.cpp84 char proc_path_buf[PATH_MAX]; in GetProcesses() local
86 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()
H A DDNB.cpp641 char proc_path_buf[PATH_MAX]; in GetAllInfosMatchingName() local
644 proc_path_buf, PATH_MAX); in GetAllInfosMatchingName()
653 const char *argv_basename = strrchr(proc_path_buf, '/'); in GetAllInfosMatchingName()
660 argv_basename = proc_path_buf; in GetAllInfosMatchingName()