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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h403 int i_directoryQueryInfoInternal(const Utf8Str &strPath, GuestFsObjData &objData, int *pGuestRc);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp715 int GuestSession::i_directoryQueryInfoInternal(const Utf8Str &strPath, GuestFsObjData &objData, int *pGuestRc) function in class:GuestSession
2618 int rc = i_directoryQueryInfoInternal(aPath, objData, &guestRc);
2714 int vrc = i_directoryQueryInfoInternal(aPath, objData, &guestRc);

Completed in 3671 milliseconds