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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h328 HRESULT fileOpen(const com::Utf8Str &aPath,
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py1415 oGuestSession.fileOpen(sFile, "r", "oe", 0);
1438 oCurFile = oGuestSession.fileOpen(sFile, "r", "oe", 0);
2676 curFile = curGuestSession.fileOpen(curTest.sFile, curTest.sOpenMode, curTest.sDisposition, \
2781 curFile = curGuestSession.fileOpen(curTest.sFile, curTest.sOpenMode, curTest.sDisposition, \
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp3081 HRESULT GuestSession::fileOpen(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, function in class:GuestSession

Completed in 4305 milliseconds