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

/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp62 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 DGuestFileImpl.cpp133 * @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
H A DGuestSessionImpl.cpp872 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...]

Completed in 84 milliseconds