OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proc_path
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_solaris.cpp
54
char
proc_path
[PATH_MAX + 1];
local
56
internal_snprintf(
proc_path
, sizeof(
proc_path
), "/proc/self/path/%s",
58
ssize_t sz = internal_readlink(
proc_path
, segment->filename,
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_solaris.cpp
65
char
proc_path
[PATH_MAX + 1];
local
71
internal_snprintf(
proc_path
, sizeof(
proc_path
), "/proc/self/path/%s",
73
ssize_t sz = internal_readlink(
proc_path
, segment->filename,
/src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c
671
static char
proc_path
[PATH_MAX];
local
675
snprintf (
proc_path
, sizeof (
proc_path
), "%s/proc/%d/exefile",
677
proc_fd = open (
proc_path
, O_RDONLY);
681
rd = read (proc_fd,
proc_path
, sizeof (
proc_path
) - 1);
685
proc_path
[0] = '\0';
688
proc_path
[rd] = '\0';
689
return
proc_path
;
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026