Home
last modified time | relevance | path

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

/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp272 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
328 strcpy(tlbPath, dllPath); in COMRegister()
329 strcpy(tlbPath+n-3, "tlb"); in COMRegister()
331 dllPath, tlbPath); in COMRegister()
332 if (!PathFileExists(tlbPath)) { in COMRegister()
343 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()