HomeSort by relevance Sort by last modified time
    Searched full:magic_len (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 44 if (pInput.memArea()->size() < Archive::MAGIC_LEN)
48 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN);
62 return (memcmp(pStr, Archive::MAGIC, Archive::MAGIC_LEN) == 0);
67 return (memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN) == 0);
74 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN);
88 if (Archive::MAGIC_LEN == pArchive.getARFile().memArea()->size())
265 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN),
277 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN +
297 size_t offset = Archive::MAGIC_LEN + sizeof(Archive::MemberHeader) +
427 Archive::MAGIC_LEN + sizeof(Archive::MemberHeader)
    [all...]
Archive.cpp 22 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1;
  /external/toybox/toys/other/
blkid.c 33 int magic_len, magic_offset, uuid_off, label_len, label_off; member in struct:fstype
87 for (j = 0; j < fstypes[i].magic_len; j++)
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 34 static const size_t MAGIC_LEN; ///< length of magic string

Completed in 544 milliseconds