Lines Matching refs:modWhen
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
435 sprintf(values[7], "%d", (int) modWhen); in dvmOptimizeDexFile()
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) in dvmContinueOptimization() argument
676 if (writeDependencies(fd, modWhen, crc) != 0) { in dvmContinueOptimization()
1169 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, in dvmCheckOptHeaderAndDependencies() argument
1274 if (sourceAvail && val != modWhen) { in dvmCheckOptHeaderAndDependencies()
1276 val, modWhen); in dvmCheckOptHeaderAndDependencies()
1360 static int writeDependencies(int fd, u4 modWhen, u4 crc) in writeDependencies() argument
1388 set4LE(buf+0, modWhen); in writeDependencies()