Searched defs:RTFileOpen (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h53 #define RTFileOpen testRTFileOpen macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp102 RTR3DECL(int) RTFileOpen(PRTFILE pFile, const char *pszFilename, uint64_t fOpen) function
186 AssertMsgFailed(("RTFileOpen received an invalid RW value, fOpen=%#llx\n", fOpen));
333 LogFlow(("RTFileOpen(%p:{%RTfile}, %p:{%s}, %#llx): returns %Rrc\n",
350 return RTFileOpen(phFile, "/dev/null", fAccess | RTFILE_O_DENY_NONE | RTFILE_O_OPEN);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp202 /** The open flags passed to RTFileOpen. */
213 RTDECL(int) RTFileOpen(PRTFILE phFile, const char *pszFilename, uint64_t fOpen) function
258 AssertMsgFailed(("RTFileOpen received an invalid RW value, fOpen=%#x\n", fOpen));
1033 int rc = RTFileOpen(&pThis->hFile, "/mach_kernel", RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_WRITE);
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp147 RTR3DECL(int) RTFileOpen(PRTFILE pFile, const char *pszFilename, uint64_t fOpen) function
340 return RTFileOpen(phFile, "NUL", fAccess | RTFILE_O_DENY_NONE | RTFILE_O_OPEN);
/vbox/include/iprt/
H A Dmangling.h594 # define RTFileOpen RT_MANGLER(RTFileOpen) macro

Completed in 65 milliseconds