Home
last modified time | relevance | path

Searched defs:ReadFull (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp511 bool CInFile::ReadFull(void *data, size_t size, size_t &processedSize) throw() in ReadFull() function in NWindows::NFile::NIO::CInFile
788 bool CInFile::ReadFull(void *data, size_t size, size_t &processed) throw() in ReadFull() function in NWindows::NFile::NIO::CInFile
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio_test.cc39 TEST_F(StreamBIOTest, ReadFull) { in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dio.go353 func ReadFull(r Reader, buf []byte) (n int, err error) { func