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 40 static const char THIN_MAGIC[]; ///< magic of thin archive
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 23 const char Archive::THIN_MAGIC[] = "!<thin>\n";
GNUArchiveReader.cpp 70 return (0 == memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN));

Completed in 3562 milliseconds