Searched refs:close (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.vd27 /* Create the disk and close it. */
29 close("shared1", "all", false);
44 close("shared1", "all", false);
45 close("shared2", "all", false);
49 close("shared1", "single", true);
H A DtstVDCopy.vd75 close("dest", "single", true);
76 close("dest", "single", true);
77 close("dest", "single", true);
79 close("source", "single", true);
80 close("source", "single", true);
81 close("source", "single", true);
H A DtstVDDiscard.vd33 close("disk", "single", false);
54 close("disk", "single", true);
H A DtstVDIo.vd33 close("test", "single", true /* fDelete */);
34 close("test", "single", true /* fDelete */);
35 close("test", "single", true /* fDelete */);
H A DtstVDMultBackends.vd45 close("test", "single", true /* fDelete */);
46 close("test", "single", true /* fDelete */);
47 close("test", "single", true /* fDelete */);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIBaseStream.idl44 void close();
H A DnsIDirectoryEnumerator.idl63 * NS_ERROR_FAILURE if the directory close failed.
66 void close();
H A DnsIScriptableInputStream.idl54 void close();
/vbox/src/VBox/Installer/solaris/
H A DVBoxZoneAccess.c65 close(hDevice);
69 /* Mark the file handle close on exec. */
73 fprintf(stderr, "Failed to set close on exec. errno=%d\n", errno);
74 close(hDevice);
75 close(hDeviceUsr);
83 close(hDevice);
84 close(hDeviceUsr);
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dtest.cpp20 os.close();
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java32 * Regression for bug 6419880 close() hangs running consumer.
52 consumer.close();
73 // Test new rule that close() is illegal while holding
76 consumer.close();
79 consumer.close();
H A DTestAbort.java33 * Regression for 6426129 abort() after close() throws
57 consumer.close();
88 consumer.close();
108 consumer.close();
109 // Should be safe to call after close()
123 // Tests that close() throws expected exception when called on
139 consumer.close();
143 consumer.close();
H A DTestMaxConsumers.java68 consumers[i].close();
88 consumer.close();
93 consumers[i].close();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsystemd-logind.h40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsystemd-logind.h40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxinfo.vbs23 session.close()
33 session.close()
/vbox/src/libs/xpcom18a4/python/
H A Dfile.py102 self.close()
133 def close(self): member in class:_File
137 self.inputStream.close()
140 self.outputStream.close()
156 self.close()
183 self.close()
206 def close(self): member in class:LocalFile
208 self.fileIO.close()
210 _File.close(self)
251 test_file.close()
[all...]
/vbox/src/recompiler/tests/
H A Dtest_path.c57 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE", 0600)) != 0)
60 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE2", 0600)) != 0)
63 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE3", 0600)) != 0)
66 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE4", 0600)) != 0)
69 if (close(creat("/tmp/qemu-test_path/DIR1/DIR2/FILE5", 0600)) != 0)
/vbox/src/libs/libxml2-2.6.31/python/
H A Dsetup.py40 open("libxmlmods/__init__.py","w").close()
120 head.close()
121 generated.close()
122 result.close()
145 head.close()
146 generated.close()
147 result.close()
213 manifest.close()
H A Dsetup.py.in40 open("libxmlmods/__init__.py","w").close()
120 head.close()
121 generated.close()
122 result.close()
145 head.close()
146 generated.close()
147 result.close()
213 manifest.close()
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream_test.cpp11 out.close();
16 in.close();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DFileProfile.py52 fsock.close()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFileProfile.py55 fsock.close()
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.h51 void close();

Completed in 99 milliseconds

1234567891011>>