Home | History | Annotate | Download | only in androidfw

Lines Matching full:magic1

42 #define MAGIC1 0x656c6946 // File
102 if (header.magic0 != MAGIC0 || header.magic1 != MAGIC1) {
103 ALOGW("read_snapshot_file header.magic0=0x%08x magic1=0x%08x", header.magic0, header.magic1);
165 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten };