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

  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 33 static const char THIN_MAGIC[]; ///< magic of thin archive
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 21 const char Archive::THIN_MAGIC[] = "!<thin>\n";
GNUArchiveReader.cpp 67 return (memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN) == 0);

Completed in 66 milliseconds