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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1483 size_t lenLocation = aLocation.length(); local
1484 if (lenLocation > 12)
1485 memcpy(&uuid.au8[4], aLocation.c_str() + (lenLocation - 12), 12);
1487 memcpy(&uuid.au8[4 + 12 - lenLocation], aLocation.c_str(), lenLocation);

Completed in 73 milliseconds