Searched refs:ModulePathRaw (Results 1 – 1 of 1) sorted by relevance
214 char ModulePathRaw[4096] = ""; // What's PATH_MAX in portable C++? in GetModuleName() local217 reinterpret_cast<void *>(PC), ModulePathRaw, in GetModuleName()218 sizeof(ModulePathRaw), &OffsetRaw)) in GetModuleName()220 return ModulePathRaw; in GetModuleName()