Home
last modified time | relevance | path

Searched defs:filebuf (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dsetbuf.pass.cpp30 struct filebuf : public std::basic_filebuf<CharT> { struct
37 filebuf<CharT> buffer; in buffered_request() argument
/aosp_15_r20/external/crosvm/base/src/
H A Dfile_traits.rs346 let mut filebuf = [0u8; 25]; in write_file() localVariable
371 let mut filebuf = [0u8; 30]; in write_vectored_file() localVariable
419 let mut filebuf = [0u8; 30]; in write_at_file() localVariable
443 let mut filebuf = [0u8; 30]; in write_vectored_at_file() localVariable
/aosp_15_r20/external/curl/lib/
H A Dnetrc.c65 static CURLcode file2memory(const char *filename, struct dynbuf *filebuf) in file2memory()
114 struct dynbuf *filebuf = &store->filebuf; in parsenetrc() local
H A Dnetrc.h32 struct dynbuf filebuf; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/
H A Dutil.c60 char *filebuf, *tmp1, *tmp2; in read_capacity_sched_domains() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dfstream.hpp174 typedef basic_filebuf<char> filebuf; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dobjfile.go223 filebuf []byte member
/aosp_15_r20/external/f2fs-tools/mkfs/
H A Df2fs_format.c1428 char *filebuf = calloc(F2FS_BLKSIZE, 2); in f2fs_write_default_quota() local
/aosp_15_r20/external/armnn/third-party/ghc/
H A Dfilesystem.hpp1038 typedef basic_filebuf<char> filebuf; typedef