Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.cpp274 char ModulePathRaw[4096] = ""; // What's PATH_MAX in portable C++? in GetModuleName() local
277 reinterpret_cast<void *>(PC), ModulePathRaw, in GetModuleName()
278 sizeof(ModulePathRaw), &OffsetRaw)) in GetModuleName()
280 return ModulePathRaw; in GetModuleName()