Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DBinaryStreamVisitor.cpp27 void BinaryStreamVisitor::Write8(uint8_t value) { in Write8() function in android::idmap2::BinaryStreamVisitor
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Doutbuf.go236 func (out *OutBuf) Write8(v uint8) { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipOut.cpp58 void COutArchive::Write8(Byte b) in Write8() function in NArchive::NZip::COutArchive
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dimgdiff.cpp185 static inline bool Write8(int fd, int64_t value) { in Write8() function