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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h414 int i_fileQuerySizeInternal(const Utf8Str &strPath, int64_t *pllSize, int *pGuestRc);
/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 50 milliseconds