Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dsetbuf.pass.cpp33 struct filebuf : public std::basic_filebuf<CharT> { struct
40 filebuf<CharT> buffer; in buffered_request() argument
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dsetbuf.pass.cpp33 struct filebuf : public std::basic_filebuf<CharT> { struct
40 filebuf<CharT> buffer; in buffered_request() argument
/external/cronet/stable/third_party/libc++/src/include/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/external/cronet/tot/third_party/libc++/src/include/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/external/curl/lib/
Dnetrc.h32 struct dynbuf filebuf; member
Dnetrc.c70 static CURLcode file2memory(const char *filename, struct dynbuf *filebuf) in file2memory()
118 struct dynbuf *filebuf = &store->filebuf; in parsenetrc() local
/external/crosvm/base/src/
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
/external/ltp/testcases/kernel/sched/eas/
Dutil.c60 char *filebuf, *tmp1, *tmp2; in read_capacity_sched_domains() local
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dfstream.hpp174 typedef basic_filebuf<char> filebuf; typedef
/external/f2fs-tools/mkfs/
Df2fs_format.c1429 char *filebuf = calloc(F2FS_BLKSIZE, 2); in f2fs_write_default_quota() local
/external/armnn/third-party/ghc/
Dfilesystem.hpp1038 typedef basic_filebuf<char> filebuf; typedef