Searched defs:pszNewImgFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp956 const char *pszNewImgFile = RTStrCacheEnter(g_hDbgModStrCache, pszFilename); local
957 if (!pszNewImgFile)
960 pDbgMod->pszImgFile = pszNewImgFile;
1043 RTStrCacheRelease(g_hDbgModStrCache, pszNewImgFile);

Completed in 36 milliseconds