Searched refs:lpMsgBuf (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 525 LPVOID lpMsgBuf; in GetLastErrorString() local 528 nullptr, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, nullptr); in GetLastErrorString() 529 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString() 530 LocalFree(lpMsgBuf); in GetLastErrorString()
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 783 LPVOID lpMsgBuf; in GetLastErrorString() local 786 NULL, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, NULL); in GetLastErrorString() 787 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString() 788 LocalFree(lpMsgBuf); in GetLastErrorString()
|