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

/vbox/include/iprt/
H A Disofs.h184 RTR3DECL(int) RTIsoFsOpen(PRTISOFSFILE pFile, const char *pszFileName);
189 * @param pFile Pointer to open ISO file returned by RTIsoFsOpen().
200 * @param pFile Pointer to open ISO file returned by RTIsoFsOpen().
212 * @param pFile Pointer to open ISO file returned by RTIsoFsOpen().
H A Dmangling.h669 # define RTIsoFsOpen RT_MANGLER(RTIsoFsOpen) macro
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp219 RTR3DECL(int) RTIsoFsOpen(PRTISOFSFILE pFile, const char *pszFileName) function
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1229 rc = RTIsoFsOpen(&iso, mSource.c_str());

Completed in 83 milliseconds