Searched refs:fileOpen (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | GuestSessionImpl.h | 328 HRESULT fileOpen(const com::Utf8Str &aPath,
|
/vbox/src/VBox/ValidationKit/tests/additions/ |
H A D | tdAddGuestCtrl.py | 1415 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 D | GuestSessionImpl.cpp | 3081 HRESULT GuestSession::fileOpen(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, function in class:GuestSession
|
Completed in 320 milliseconds