Searched refs:openInfo (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | GuestDirectoryImpl.cpp | 62 ULONG uDirID, const GuestDirectoryOpenInfo &openInfo) 65 pConsole, pSession, uDirID, openInfo.mPath.c_str(), openInfo.mFilter.c_str(), 66 openInfo.mFlags)); 85 mData.mOpenInfo = openInfo; 92 procInfo.mName = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str()); 105 procInfo.mArguments.push_back(openInfo.mPath); /* The directory we want to open. */ 61 init(Console *pConsole, GuestSession *pSession, ULONG uDirID, const GuestDirectoryOpenInfo &openInfo) argument
|
H A D | GuestSessionImpl.cpp | 872 int GuestSession::i_directoryOpenInternal(const GuestDirectoryOpenInfo &openInfo, argument 876 openInfo.mPath.c_str(), openInfo.mFilter.c_str(), openInfo.mFlags)); 919 uNewDirID, openInfo); 938 openInfo.mPath.c_str(), mData.mSession.mID, mData.mFiles.size(), mData.mNumObjects)); 1239 int GuestSession::i_fileOpenInternal(const GuestFileOpenInfo &openInfo, argument 1243 openInfo.mFileName.c_str(), openInfo.mOpenMode.c_str(), openInfo [all...] |
H A D | GuestFileImpl.cpp | 133 * @param openInfo File opening information. 136 ULONG uFileID, const GuestFileOpenInfo &openInfo) 139 pConsole, pSession, uFileID, openInfo.mFileName.c_str())); 160 mData.mOpenInfo = openInfo; 135 init(Console *pConsole, GuestSession *pSession, ULONG uFileID, const GuestFileOpenInfo &openInfo) argument
|
/vbox/src/VBox/Main/include/ |
H A D | GuestDirectoryImpl.h | 38 int init(Console *pConsole, GuestSession *pSession, ULONG uDirID, const GuestDirectoryOpenInfo &openInfo);
|
H A D | GuestFileImpl.h | 40 int init(Console *pConsole, GuestSession *pSession, ULONG uFileID, const GuestFileOpenInfo &openInfo);
|
H A D | GuestSessionImpl.h | 401 int i_directoryOpenInternal(const GuestDirectoryOpenInfo &openInfo, 412 int i_fileOpenInternal(const GuestFileOpenInfo &openInfo, ComObjPtr<GuestFile> &pFile, int *pGuestRc);
|
Completed in 1447 milliseconds