HomeSort by relevance Sort by last modified time
    Searched refs:writeSection (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 48 void writeSection(MemoryArea& pOutput, LDSection *section);
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 225 final int plainLength = writeSection(
244 writeSection(f, metaIn);
307 private int writeSection(RandomAccessFile f, InputStream in)
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 53 void ELFObjectWriter::writeSection(MemoryArea& pOutput, LDSection *section)
150 writeSection(pOutput, *sect);
157 writeSection(pOutput, *sect);

Completed in 252 milliseconds