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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp1356 int GuestSession::i_fileQuerySizeInternal(const Utf8Str &strPath, int64_t *pllSize, int *pGuestRc) argument
1358 AssertPtrReturn(pllSize, VERR_INVALID_POINTER);
1363 *pllSize = objData.mObjectSize;

Completed in 1376 milliseconds