Home
last modified time | relevance | path

Searched refs:os_close (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/fs/sandbox/
Dsandboxfs.c30 os_close(fd); in sandbox_fs_read_at()
36 os_close(fd); in sandbox_fs_read_at()
44 os_close(fd); in sandbox_fs_read_at()
67 os_close(fd); in sandbox_fs_write_at()
71 os_close(fd); in sandbox_fs_write_at()
/external/u-boot/arch/sandbox/cpu/
Dstate.c72 os_close(fd); in state_read_file()
76 os_close(fd); in state_read_file()
294 os_close(fd); in sandbox_write_state()
301 os_close(fd); in sandbox_write_state()
Dcpu.c147 os_close(fd); in sandbox_read_fdt_from_file()
150 os_close(fd); in sandbox_read_fdt_from_file()
Dos.c92 int os_close(int fd) in os_close() function
/external/u-boot/drivers/block/
Dsandbox.c146 os_close(fd);
160 os_close(host_dev->fd);
/external/u-boot/include/
Dos.h85 int os_close(int fd);
/external/u-boot/lib/
Dfdtdec_test.c117 os_close(fd); in make_fdt()
/external/u-boot/test/dm/
Dvideo.c289 os_close(fd); in read_file()
/external/python/cpython3/Lib/test/
Dtest_tempfile.py946 os_close = os.close
949 os_close(fd)
1270 os_close = os.close
1273 os_close(fd)
/external/u-boot/drivers/mtd/spi/
Dsandbox.c208 os_close(sbsf->fd); in sandbox_sf_remove()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3402 {"close", (PyCFunction)os_close, METH_FASTCALL|METH_KEYWORDS, os_close__doc__},
3408 os_close(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_close() function