OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:program_path
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
3137
char
program_path
[kMaxPathLength];
local in function:GetPathToLoadable
3138
GetProgramPath(
program_path
, sizeof(
program_path
));
3140
const char *last_slash = strrchr(
program_path
, '/');
3142
size_t dir_len = (size_t)(last_slash -
program_path
);
3157
(int)dir_len,
program_path
, basename);
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025