/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_mount.c | 358 (f->fFops->close != NULL)) { in CloseFdsInMp() 359 (void)f->fFops->close(f); in CloseFdsInMp()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | zip.c | 211 close(fd); in zip_archive_open() 217 close(fd); in zip_archive_open()
|
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | hello.cpp | 211 close(fd); in StartChildWithArgs() 223 close(fd); in StartChildWithArgs()
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_layer.cpp | 68 close(mReleaseFence); in ~HdiGrallocBuffer() 76 close(mReleaseFence); in SetReleaseFence()
|
/test/xts/hats/kernel/syscalls/mem/mmap/ |
H A D | MmapSyscallApiTest.cpp | 119 close(fd); in HWTEST_F() 191 close(fd); in HWTEST_F()
|
/test/xts/hats/powermgr/thermal/hdi_thermal/common/ |
H A D | hdi_thermal_test.cpp | 121 close(fd); in ReadFile() 125 close(fd); in ReadFile()
|
/third_party/elfutils/tests/ |
H A D | show-die-info.c | 327 close (fd); in main() 354 close (fd); in main()
|
H A D | elfcopy.c | 318 if (close (fda) != 0) in copy_elf() 320 printf ("couldn't close '%s': %s\n", in, strerror (errno)); in copy_elf() 330 if (close (fdb) != 0) in copy_elf() 332 printf ("couldn't close '%s': %s\n", out, strerror (errno)); in copy_elf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptxenc.c | 257 .close = aptx_close, 279 .close = aptx_close,
|
H A D | mscc.c | 261 .close = decode_close, 274 .close = decode_close,
|
/third_party/curl/tests/libtest/ |
H A D | lib537.c | 72 close(fd[num_open.rlim_cur]); in close_file_descriptors() 338 msnprintf(strbuff, sizeof(strbuff), "fds system limit seems close to %s", 353 close(fd[num_open.rlim_cur]); 443 /* close file descriptors unless instructed to keep them */ 472 and close them all once the test is over */
|
H A D | lib518.c | 72 close(fd[num_open.rlim_cur]); in close_file_descriptors() 344 msnprintf(strbuff, sizeof(strbuff), "fds system limit seems close to %s", in rlimit() 360 close(fd[num_open.rlim_cur]); in rlimit() 439 /* close file descriptors unless instructed to keep them */ in rlimit() 468 and close them all once the test is over */ in test()
|
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 154 close (d); in open_stream() 161 close (d); in open_stream() 165 /* From here on, zlib will close D. */ in open_stream()
|
/third_party/ffmpeg/libavdevice/ |
H A D | bktr.c | 317 close(s->video_fd); in grab_read_close() 321 close(s->tuner_fd); in grab_read_close()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_xiph.c | 375 .close = xiph_close_context, 386 .close = xiph_close_context,
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 47 close(hwctx->fd); in drm_device_free() 64 close(hwctx->fd); in drm_device_create()
|
/third_party/backends/backend/ |
H A D | plustek-pp_wrapper.c | 156 close( dev->fd ); in ppDev_open() 218 return close( dev->fd ); in ppDev_close()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_wb.c | 72 # define sclose_nolog(x) close((x)) 78 # define sclose_nolog(x) close((x))
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | URLHandler.java | 85 br.close(); 92 br.close();
|
/third_party/PyYAML/lib/yaml/ |
H A D | __init__.py | 202 dumper.close() 242 dumper.close()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 108 in.close(); in readExclusionList() 221 in.close(); in buildDecompositionTables()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 258 @Override public void close() throws IOException { in wrap() 259 buffer.close(); in wrap()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizerBuilder.java | 107 in.close(); in readExclusionList() 220 in.close(); in buildDecompositionTables()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | URLHandler.java | 89 br.close(); 96 br.close();
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 146 pw.close(); in writeHTML() 188 pw.close(); in writeTSV()
|