Searched refs:RTFileClose (Results 1 - 25 of 114) sorted by relevance

12345

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAllEx-generic.cpp47 RTFileClose(File);
H A DRTProcDaemonize-generic.cpp88 RTFileClose(hStdOutAndErr.u.hFile);
91 RTFileClose(hStdOutAndErr.u.hFile);
H A DRTFileMove-generic.cpp88 RTFileClose(FileDst);
93 RTFileClose(FileSrc);
H A Dcreatetemp-generic.cpp194 RTFileClose(hFile);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest-file.cpp60 RTFileClose(hFile);
80 RTFileClose(hFile);
H A DRTSha1Digest.cpp128 RTFileClose(hFile);
168 RTFileClose(hFile);
H A DRTSha256Digest.cpp131 RTFileClose(hFile);
167 RTFileClose(hFile);
/vbox/src/VBox/Runtime/common/misc/
H A Dhandle.cpp48 rc = RTFileClose(ph->u.hFile);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAppend-1.cpp80 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
111 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
176 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
193 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
H A DtstRTFileGetSize-1.cpp66 RTFileClose(hFile);
H A DtstFileLock.cpp157 RTFileClose(File);
H A DtstRTFileAio.cpp205 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
215 RTFileClose(hFile);
H A DtstRTPrfIO.cpp133 rc = RTFileClose(hFile);
139 RTTestSub(g_hTest, "RTFileOpen + RTFileClose");
173 RTTESTI_CHECK_RC(RTFileClose(hFile), VINF_SUCCESS);
/vbox/src/VBox/VMM/testcase/
H A DtstSSM-2.cpp61 RTFileClose(hFile);
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp116 RTFileClose(hAutostartFile);
126 RTFileClose(hAutostartFile);
/vbox/src/VBox/Devices/Serial/
H A DDrvRawFile.cpp120 RTFileClose(pThis->hOutputFile);
144 RTFileClose(pThis->hOutputFile);
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp107 RTFileClose(File);
116 RTFileClose(File);
143 int rc = RTFileClose(File);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp131 RTFileClose(mhFile);
213 RTFileClose(mhFile);
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackend.cpp146 RTFileClose(pIoStorage->u.File.hFile);
177 RTFileClose(pIoStorage->u.File.hFile);
H A Dvditool.cpp197 RTFileClose(File);
349 RTFileClose(FileDst);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrFile.cpp190 rc = RTFileClose(pFileReader->hFile);
235 RTFileClose(pFileReader->hFile);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp292 RTFileClose(hPidFile);
323 RTFileClose(hFile);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c441 RTFileClose(hSessionFile);
518 RTFileClose(hSessionFile);
525 RTFileClose(hSessionFile);
531 rc = RTFileClose(hSessionFile);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h45 #define RTFileClose testRTFileClose macro
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp399 int rc2 = RTFileClose(FileDst);
405 int rc2 = RTFileClose(FileSrc);
576 int rc2 = RTFileClose(hFile2);
582 int rc2 = RTFileClose(hFile1);

Completed in 63 milliseconds

12345