Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.cpp215 char ModulePathRaw[4096] = ""; // What's PATH_MAX in portable C++? in GetModuleName() local
218 reinterpret_cast<void *>(PC), ModulePathRaw, in GetModuleName()
219 sizeof(ModulePathRaw), &OffsetRaw)) in GetModuleName()
221 return ModulePathRaw; in GetModuleName()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.cpp215 char ModulePathRaw[4096] = ""; // What's PATH_MAX in portable C++? in GetModuleName() local
218 reinterpret_cast<void *>(PC), ModulePathRaw, in GetModuleName()
219 sizeof(ModulePathRaw), &OffsetRaw)) in GetModuleName()
221 return ModulePathRaw; in GetModuleName()