Searched refs:RTVfsFileOpenNormal (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp422 * Internal worker for RTVfsFileFromRTFile and RTVfsFileOpenNormal.
466 RTDECL(int) RTVfsFileOpenNormal(const char *pszFilename, uint64_t fOpen, PRTVFSFILE phVfsFile) function
499 int rc = RTVfsFileOpenNormal(pszFilename, fOpen, &hVfsFile);
/vbox/include/iprt/
H A Dvfs.h727 RTDECL(int) RTVfsFileOpenNormal(const char *pszFilename, uint64_t fOpen, PRTVFSFILE phVfsFile);
H A Dmangling.h1896 # define RTVfsFileOpenNormal RT_MANGLER(RTVfsFileOpenNormal) macro
/vbox/src/VBox/Storage/
H A DDMG.cpp1474 int rc = RTVfsFileOpenNormal(pszFilename, fOpen, &hVfsFile);
1595 rc = RTVfsFileOpenNormal(pThis->pszFilename, VDOpenFlagsToFileOpenFlags(uOpenFlags, false /* fCreate */),
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp649 int rc = RTVfsFileOpenNormal(pszFilename, RTFILE_O_READ | RTFILE_O_DENY_NONE | RTFILE_O_OPEN, &hVfsFile);

Completed in 92 milliseconds