Searched refs:i_directoryCreateInternal (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h398 int i_directoryCreateInternal(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pGuestRc);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp654 int GuestSession::i_directoryCreateInternal(const Utf8Str &strPath, uint32_t uMode, function in class:GuestSession
2539 int rc = i_directoryCreateInternal(aPath, (uint32_t)aMode, fFlags, &guestRc);
H A DGuestSessionImplTasks.cpp1288 rc = pSession->i_directoryCreateInternal(strUpdateDir,

Completed in 2044 milliseconds