/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 283 close(fd); in GetInterfaceMacAddr() 374 close(socketFd); in GetInterfaceIpString() 379 close(socketFd); in GetInterfaceIpString()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 456 close(fd); in SendAndEchoFileDescriptor() 459 close(fd); in SendAndEchoFileDescriptor() 748 close(fd); in SendAndEchoFileDescriptor()
|
/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/ |
H A D | socket_exec_fuzzer.cpp | 66 close(sockfd); in MakeUdpSocketFuzzTest() 80 close(sockfd); in MakeTcpSocketFuzzTest() 376 close(sockfd); in MakeLocalSocketFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path.cpp | 183 void SkiaPath::AddPoly(const std::vector<Point>& points, int count, bool close) in AddPoly() argument 189 path_.addPoly(&pt[0], count, close); in AddPoly() 388 path_.close(); in Close()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 354 csvFileStream.close(); in SegmentedWriteCSV() 439 jsonFileStream.close(); in SegmentedWriteJson() 464 jsonFileStream.close(); in SegmentedWriteForFocusInput()
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 284 self.lite_device.close() 421 self.config.device.device.com_dict.get(ComType.deploy_com).close() 527 self.config.device.close()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | spawnndk1.cpp | 79 close(p[1]);
in PosixSpawnFileActionsAddclose() 80 close(p[0]);
in PosixSpawnFileActionsAddclose() 136 close(fd);
in PosixSpawnFileActionsAddOpen()
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 72 outFile_->close(); in ~TestConsumerListener() 277 inFile_->close(); in ReleaseInFile() 318 inFile_->close(); in StartVideoDecoder()
|
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 82 close (fdnew); in release() 90 close (fd); in release() 676 close (fdnew); in main()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 531 // Mark the descriptor as close-on-exec. in OpenFile() 551 if (IGNORE_EINTR(close(fd)) < 0) in ReadFile() 562 if (IGNORE_EINTR(close(fd)) < 0) in WriteFile() 593 if (IGNORE_EINTR(close(fd)) < 0) { in AppendToFile()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_extplug.c | 424 if (ext->data->callback->close) in snd_pcm_extplug_close() 425 ext->data->callback->close(ext->data); in snd_pcm_extplug_close() 461 .close = snd_pcm_extplug_close, 616 The close callback is called when the PCM is closed. If the plugin
|
/third_party/NuttX/fs/inode/ |
H A D | fs_files.c | 207 if (filep->ops && filep->ops->close) in _files_close() 209 /* Perform the close operation */ in _files_close() 211 ret = filep->ops->close(filep); in _files_close() 219 /* Block char device is removed when close */ in _files_close() 345 * close the file and release the vnode. in file_dup2() 475 /* 0,1,2 fd is not opened in system, no need to close them */ in files_close_internal() 495 /* Perform the protected close operation */ in files_close_internal() 888 close(sysFd); in delete_files()
|
/third_party/jinja2/ |
H A D | lexer.py | 310 self.stream.close() 391 self.close() 395 def close(self) -> None: member in TokenStream
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_screen.c | 187 close(handle.handle); in tegra_screen_import_resource() 199 close(fd); in tegra_screen_import_resource() 586 close(screen->gpu_fd); in tegra_screen_create()
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | code_generator.py | 96 config_json_file.close() 382 input_file.close() 705 out_file.close()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 314 self.stream.close() 389 self.close() 392 def close(self): member in TokenStream
|
/third_party/node/tools/inspector_protocol/ |
H A D | code_generator.py | 86 config_json_file.close() 366 input_file.close() 698 out_file.close()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 290 self.stream.close() 361 self.close() 364 def close(self): member in TokenStream
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 402 close(int fd) in close() function 682 struct drm_gem_close *close = argp; in ioctl() local 684 remove_bo(fd, close->handle); in ioctl() 748 libc_close = dlsym(RTLD_NEXT, "close"); in init() 752 "failed to get libc ioctl or close\n"); in init()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | ras_tests.c | 565 close(fd); in set_file_contents() 576 close(fd); in get_file_contents() 587 close(fd); in is_file_ok()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 207 #define SO_LINGER 0x0080 /* linger on close if data present */ 567 #define lwip_close close 568 #define closesocket(s) close(s) 691 #define close(s) lwip_close(s) macro
|
/third_party/lwip/src/netif/ppp/ |
H A D | utils.c | 853 close(fd); 891 close(fd); 933 close(fd);
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 329 close(fd); in device_select_find_boot_vga_vid_did() 341 close(fd); in device_select_find_boot_vga_vid_did() 381 close(fd); in device_select_find_boot_vga_default()
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 180 close(fd); in check_os_altivec_support() 424 close (fd); in check_os_arm_support() 455 close (fd); in check_os_mips64_support()
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 286 sock.close() 361 sock.close() 419 sock.close()
|