Lines Matching refs:modWhen
52 static int writeDependencies(int fd, u4 modWhen, u4 crc);
88 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen"
99 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
209 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc,
296 * "fileName" is only used for debug output. "modWhen" and "crc" are stored
313 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
338 fileName, modWhen, crc, isBootstrap);
417 sprintf(values[7], "%d", (int) modWhen);
512 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
667 if (writeDependencies(fd, modWhen, crc) != 0) {
803 * If "sourceAvail" is "true", this will verify that "modWhen" and "crc"
811 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
918 if (sourceAvail && val != modWhen) {
920 val, modWhen);
1001 static int writeDependencies(int fd, u4 modWhen, u4 crc)
1027 set4LE(buf+0, modWhen);