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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp530 size_t cbPathLength; local
536 cbPathLength = sizeof(SHFLSTRING) + pPathParameter->u16Length * 8 + 2;
537 pPath = (SHFLSTRING *)RTMemAllocZ(cbPathLength);
541 Log(("RTMemAllocZ %x failed!!\n", cbPathLength));

Completed in 932 milliseconds