Home
last modified time | relevance | path

Searched defs:fclose (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
H A Dfclose.c8 int fclose(FILE *f) in fclose() function
/third_party/musl/src/stdio/
H A Dfclose.c10 int fclose(FILE *f) in fclose() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfclose.c7 int fclose(FILE *f) in fclose() function
/third_party/json/tests/src/
H A Dmake_test_data_available.hpp21 std::unique_ptr<std::FILE, decltype(&std::fclose)> file(std::fopen(TEST_DATA_DIRECTORY "/README.md", "r"), &std::fclose); in check_testsuite_downloaded() member in utils::std
H A Dunit-testsuites.cpp366 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/1.json", "r"), &std::fclose); member in std
373 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/2.json", "r"), &std::fclose); member in std
380 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/3.json", "r"), &std::fclose); member in std
387 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/4.json", "r"), &std::fclose); member in std
394 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/5.json", "r"), &std::fclose); member in std
[all...]
/kernel/linux/linux-5.10/include/linux/lockd/
H A Dbind.h31 void (*fclose)(struct file *); member
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dbind.h33 void (*fclose)(struct file *); member
/third_party/curl/lib/
H A Dmemdebug.h179 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
H A Dcurl_memory.h103 #undef fclose macro
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.cpp36 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(realPath, "rb"), fclose); in GetStringFromFile() local
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.cpp229 std::unique_ptr<FILE, decltype(&std::fclose)> file(std::fopen(realPath, "rb"), std::fclose); in GetTemplatePathFromJsonFile() member in OHOS::Ace::std
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdio.h84 int fclose(FILE *stream) in fclose() function
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp164 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(realPath, "rb"), fclose); in LoadDataFromCachedFile() local
H A Dimage_compressor.cpp85 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(shader_path_.c_str(), "rb"), fclose); in LoadShaderBin() local
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2719 int fclose(FILE *f) { function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs308 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs443 pub fn fclose(arg1: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs472 pub fn fclose(f: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs473 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1098 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3381 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions

Completed in 40 milliseconds