Home
last modified time | relevance | path

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

/aosp_15_r20/development/samples/Vault/src/com/example/android/vault/
H A DEncryptedDocument.java307 private int writeSection(RandomAccessFile f, InputStream in) in writeSection() method in EncryptedDocument
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp51 void ELFObjectWriter::writeSection(Module& pModule, in writeSection() function in mcld::ELFObjectWriter
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp495 status_t ReportWriter::writeSection(const FdBuffer& buffer) { in writeSection() function in android::os::incidentd::ReportWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp612 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection() function in WinCOFFObjectWriter
H A DMachObjectWriter.cpp214 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, in writeSection() function in MachObjectWriter
H A DELFObjectWriter.cpp986 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() function in ELFWriter
/aosp_15_r20/external/llvm/lib/MC/
H A DMachObjectWriter.cpp196 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, in writeSection() function in MachObjectWriter
H A DELFObjectWriter.cpp1134 void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() function in ELFObjectWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp604 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection() function in WinCOFFObjectWriter
H A DMachObjectWriter.cpp216 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, in writeSection() function in MachObjectWriter
H A DELFObjectWriter.cpp995 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() function in ELFWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp335 void IHexSectionWriterBase::writeSection(const SectionBase *Sec, in writeSection() function in IHexSectionWriterBase
/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp9364 void writeSection( std::string const& className, in writeSection() function in Catch::JunitReporter