Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp649 char proc_path_buf[PATH_MAX]; in GetAllInfosMatchingName() local
652 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()