Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp228 char ModulePathRaw[4096] = ""; // What's PATH_MAX in portable C++? in GetModuleName() local
231 reinterpret_cast<void *>(PC), ModulePathRaw, in GetModuleName()
232 sizeof(ModulePathRaw), &OffsetRaw)) in GetModuleName()
234 return ModulePathRaw; in GetModuleName()