Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__fwd/
Dfstream.h30 using filebuf = basic_filebuf<char>; variable
/external/crosvm/base/src/
Dfile_traits.rs320 let mut filebuf = [0u8; 25]; in write_file() localVariable
345 let mut filebuf = [0u8; 30]; in write_vectored_file() localVariable
393 let mut filebuf = [0u8; 30]; in write_at_file() localVariable
417 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.c1321 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