Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/freebsd/
DHostInfoFreeBSD.cpp66 int exe_path_mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, getpid()}; in GetProgramFileSpec()
DHost.cpp74 mib[2] = KERN_PROC_PATHNAME; in GetFreeBSDProcessArgs()
/external/llvm-project/lldb/source/Host/netbsd/
DHostInfoNetBSD.cpp80 CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME, in GetProgramFileSpec()
/external/libchrome/base/
Dbase_paths_posix.cc50 int name[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in PathProviderPosix()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp850 KERN_PROC_PATHNAME, in ReExec()
Dsanitizer_linux.cpp1099 const int Mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in ReadBinaryName()
1101 const int Mib[4] = {CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME}; in ReadBinaryName()
/external/tensorflow/tensorflow/core/platform/
Denv.cc335 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in GetExecutablePath()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs529 pub const KERN_PROC_PATHNAME: ::c_int = 9; constant
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc815 const int Mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in ReadBinaryName()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs592 pub const KERN_PROC_PATHNAME: ::c_int = 12; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1647 pub const KERN_PROC_PATHNAME: ::c_int = 5; constant
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc196 // preferred, if available. /proc/curproc/file and the KERN_PROC_PATHNAME
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3092 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in GetProgramPath()
3094 int mib[4] = { CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME}; in GetProgramPath()
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc206 // preferred, if available. /proc/curproc/file and the KERN_PROC_PATHNAME
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2873 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in GetProgramPath()