Home
last modified time | relevance | path

Searched defs:WriteAll (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dxz_extent_writer_unittest.cc89 void WriteAll(const brillo::Blob& compressed) { in WriteAll() function in chromeos_update_engine::XzExtentWriterTest
/aosp12/system/update_engine/common/
H A Dutils.cc151 bool WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function
184 bool WriteAll(const FileDescriptorPtr& fd, const void* buf, size_t count) { in WriteAll() function
195 bool WriteAll(const FileDescriptorPtr& fd, in WriteAll() function
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h138 inline Status<void> WriteAll(const void* buffer, size_t length) { in WriteAll() function
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp464 bool WriteAll(std::ostream& out, const BigBuffer& buffer) { in WriteAll() function