Searched refs:mOpenInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp85 mData.mOpenInfo = openInfo;
154 aDirectoryName = mData.mOpenInfo.mPath;
165 aFilter = mData.mOpenInfo.mFilter;
179 mData.mOpenInfo.mPath.c_str(), pCbCtx->uContextID, pCbCtx->uFunction, pSvcCb));
295 mData.mOpenInfo.mPath.c_str(), rc);
386 mData.mOpenInfo.mPath.c_str());
391 mData.mOpenInfo.mPath.c_str());
397 mData.mOpenInfo.mPath.c_str());
402 mData.mOpenInfo.mPath.c_str(), rc);
H A DGuestFileImpl.cpp160 mData.mOpenInfo = openInfo;
250 *aCreationMode = mData.mOpenInfo.mCreationMode;
263 aDisposition = mData.mOpenInfo.mDisposition;
288 aFileName = mData.mOpenInfo.mFileName;
340 aOpenMode = mData.mOpenInfo.mOpenMode;
370 mData.mOpenInfo.mFileName.c_str(), pCbCtx->uContextID, pCbCtx->uFunction, pSvcCb));
397 LogFlowThisFunc(("strFile=%s\n", mData.mOpenInfo.mFileName.c_str()));
525 mData.mOffCurrent = mData.mOpenInfo.mInitialOffset;
697 mData.mOpenInfo.mFileName.c_str(), mData.mOpenInfo
[all...]
/vbox/src/VBox/Main/include/
H A DGuestDirectoryImpl.h72 GuestDirectoryOpenInfo mOpenInfo; member in struct:GuestDirectory::Data
H A DGuestFileImpl.h118 GuestFileOpenInfo mOpenInfo; member in struct:GuestFile::Data

Completed in 255 milliseconds