Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp643 tEPM pEPM; in GetModuleListPSAPI() local
662 pEPM = (tEPM)GetProcAddress(hPsapi, "EnumProcessModules"); in GetModuleListPSAPI()
666 if ((pEPM == NULL) || (pGMFNE == NULL) || (pGMBN == NULL) || (pGMI == NULL)) in GetModuleListPSAPI()
679 if (!pEPM(hProcess, hMods, TTBUFLEN, &cbNeeded)) in GetModuleListPSAPI()