Searched refs:lpMsgBuf (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 508 LPVOID lpMsgBuf; in GetLastErrorString() local 511 nullptr, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, nullptr); in GetLastErrorString() 512 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString() 513 LocalFree(lpMsgBuf); in GetLastErrorString()
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 815 LPVOID lpMsgBuf; in GetLastErrorString() local 818 NULL, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, NULL); in GetLastErrorString() 819 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString() 820 LocalFree(lpMsgBuf); in GetLastErrorString()
|