/third_party/selinux/checkpolicy/test/ |
H A D | dispol.c | 446 close(fd); in main()
|
/third_party/vk-gl-cts/scripts/ |
H A D | run_nightly.py | 271 s.close()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_monitor.c | 335 close(drv->monitor_sock); in nl80211_remove_monitor_interface()
|
H A D | driver_roboswitch.c | 472 close(drv->fd); in wpa_driver_roboswitch_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_monitor.c | 338 close(drv->monitor_sock); in nl80211_remove_monitor_interface()
|
H A D | driver_roboswitch.c | 472 close(drv->fd); in wpa_driver_roboswitch_deinit()
|
/third_party/vulkan-loader/loader/ |
H A D | vk_loader_platform.h | 350 close(fd); in loader_platform_executable_path()
|
/third_party/zlib/ |
H A D | gzread.c | 694 /* free memory and close file */ in gzclose_r() 703 ret = close(state->fd); in gzclose_r()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2451 topClipPath.close(); in PaintBorder() 2462 topClipPath.close(); in PaintBorder() 2490 rightClipPath.close(); in PaintBorder() 2501 rightClipPath.close(); in PaintBorder() 2528 bottomClipPath.close(); in PaintBorder() 2539 bottomClipPath.close(); in PaintBorder() 2566 leftClipPath.close(); in PaintBorder() 2577 topClipPath.close(); in PaintBorder()
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 1000 self.minidump.close() 1001 self.minidump_file.close() 1965 f.close() 1985 f.close() 2023 f.close() 3420 descfile.close() 3436 descfile.close() 4033 server.socket.close()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 988 close(master_fd); in anv_physical_device_try_create() 1049 close(fd); in anv_physical_device_try_create() 1051 close(master_fd); in anv_physical_device_try_create() 1064 close(device->local_fd); in anv_physical_device_destroy() 1066 close(device->master_fd); in anv_physical_device_destroy() 3348 * right off the bat, so they are close to the base address. in anv_CreateDevice() 3568 close(device->fd); in anv_CreateDevice() 3657 close(device->fd); in anv_DestroyDevice() 3961 close(fd_info->fd); in anv_AllocateMemory()
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 418 self.addCleanup(os.close, dir_fd) 436 os.close(handle) 461 open(os.path.join(src, 'spam'), 'wb').close() 708 f.close() 1577 archive.close() 1810 self.addCleanup(self.temp_file.close) 1957 self.addCleanup(temp_filexyz.close) 1974 self.addCleanup(temp_filexyz.close) 2255 raise OSError("Cannot close") 2305 ('Cannot close',)) [all...] |
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1345 close(fd); in get_random() 1349 close(fd); in get_random() 1392 close(fd); in get_transparent_hugepages_supported() 2086 close(fd); in load_library() 2098 close(fd); in load_library() 2103 close(fd); in load_library() 2985 close(fd); in __dls3() 5247 close(task->fd); in load_library_header() 5289 close(task->fd); in load_library_header() 5302 close(tas in load_library_header() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_linux.c | 2513 .close = kbase_cpu_vm_close, 3220 .close = kbase_special_vm_close, 3382 .close = kbase_csf_user_io_pages_vm_close, 3499 .close = kbase_csf_user_reg_vm_close, .fault = kbase_csf_user_reg_vm_fault};
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_linux.c | 2480 .close = kbase_cpu_vm_close, 3185 .close = kbase_special_vm_close, 3354 .close = kbase_csf_user_io_pages_vm_close, 3489 .close = kbase_csf_user_reg_vm_close,
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 873 close(fd);
in HWTEST_F() 888 close(fd);
in HWTEST_F() 906 close(fd);
in HWTEST_F() 922 close(fd);
in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_utils.cpp | 1550 close(fd.Release()); in SaveFile() 1711 (void)close(fd); in SetSource() 1718 (void)close(fd); in SetSource() 1721 (void)close(fd); in SetSource()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 161 NETSTACK_LOGI("close socketfd %{public}d", clientIter->second); in TcpServerConnectionFinalize() 1104 int ret = close(context->GetSocketFd()); in ExecClose() 1481 if (close(context->GetSocketFd()) < 0) { in ExecUdpDropMembership() 1852 NETSTACK_LOGI("connectFD not close should close"); in RemoveClientConnection() 1854 close(it->second); in RemoveClientConnection() 1980 close(connectFD); in AcceptRecvData()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 241 if (rtsp_st->dynamic_handler->close) in finalize_rtp_handler_init() 242 rtsp_st->dynamic_handler->close( in finalize_rtp_handler_init() 788 /* close and free RTSP streams */ 800 if (rtsp_st->dynamic_handler->close) in ff_rtsp_close_streams() 801 rtsp_st->dynamic_handler->close( in ff_rtsp_close_streams()
|
/third_party/backends/backend/ |
H A D | magicolor.c | 34 * 7 open/close/attach 1562 * close function is called. 1797 goto close; in device_detect() 1808 goto close; in device_detect() 1813 goto close; in device_detect() 1826 close: in device_detect()
|
/third_party/icu/icu4c/source/common/ |
H A D | utext.cpp | 608 // If the ut is already open and there's a provider supplied close in utext_setup() 610 if ((ut->flags & UTEXT_OPEN) && ut->pFuncs->close != NULL) { in utext_setup() 611 ut->pFuncs->close(ut); in utext_setup() 675 // If the provider gave us a close function, call it now. in utext_close() 677 if (ut->pFuncs->close != NULL) { in utext_close() 678 ut->pFuncs->close(ut); in utext_close() 1596 // Most of the work of close is done by the generic UText framework close. 1704 // A non-NULL pointer in UText.p is the signal to the close() function to delete 1721 // Most of the work of close i [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 724 close(fd); in initiate_connection() 785 close(fd); in disconnect() 2584 close(data_fd); in run() 2597 close(data_fd); in run()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | utext.cpp | 611 // If the ut is already open and there's a provider supplied close in utext_setup() 613 if ((ut->flags & UTEXT_OPEN) && ut->pFuncs->close != nullptr) { in utext_setup() 614 ut->pFuncs->close(ut); in utext_setup() 678 // If the provider gave us a close function, call it now. in utext_close() 680 if (ut->pFuncs->close != nullptr) { in utext_close() 681 ut->pFuncs->close(ut); in utext_close() 1599 // Most of the work of close is done by the generic UText framework close. 1707 // A non-nullptr pointer in UText.p is the signal to the close() function to delete 1724 // Most of the work of close i [all...] |
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 1605 close(PIPE); 2845 close CONFIGDATA; 3030 close F; 3253 close(PIPE); 3487 close $fh;
|
/third_party/openssl/ |
H A D | Configure | 1602 close(PIPE); 2840 close CONFIGDATA; 3025 close F; 3248 close(PIPE); 3482 close $fh;
|