Lines Matching refs:crc
57 static int writeDependencies(int fd, u4 modWhen, u4 crc);
130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) in dvmOpenCachedDexFile() argument
247 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc, in dvmOpenCachedDexFile()
352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmOptimizeDexFile() argument
438 sprintf(values[8], "%d", (int) crc); in dvmOptimizeDexFile()
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmContinueOptimization() argument
676 if (writeDependencies(fd, modWhen, crc) != 0) { in dvmContinueOptimization()
1171 u4 crc, bool expectVerify, bool expectOpt) in dvmCheckOptHeaderAndDependencies() argument
1281 if (sourceAvail && val != crc) { in dvmCheckOptHeaderAndDependencies()
1282 ALOGI("DexOpt: source file CRC mismatch (%08x vs %08x)", val, crc); in dvmCheckOptHeaderAndDependencies()
1361 static int writeDependencies(int fd, u4 modWhen, u4 crc) in writeDependencies() argument
1390 set4LE(buf+4, crc); in writeDependencies()