Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp169 const llvm::StringRef proc_fd_path = "/proc/self/fd"; in ChildFunc() local
172 ec = llvm::sys::fs::is_directory(proc_fd_path, result); in ChildFunc()
176 for (llvm::sys::fs::directory_iterator iter(proc_fd_path, ec), file_end; in ChildFunc()
178 int fd = std::stoi(iter->path().substr(proc_fd_path.size() + 1)); in ChildFunc()