Lines Matching refs:modWhen
57 static int writeDependencies(int fd, u4 modWhen, u4 crc);
119 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen"
130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
247 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc,
335 * "fileName" is only used for debug output. "modWhen" and "crc" are stored
352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
435 sprintf(values[7], "%d", (int) modWhen);
528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
676 if (writeDependencies(fd, modWhen, crc) != 0) {
1162 * If "sourceAvail" is "true", this will verify that "modWhen" and "crc"
1170 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
1275 if (sourceAvail && val != modWhen) {
1277 val, modWhen);
1361 static int writeDependencies(int fd, u4 modWhen, u4 crc)
1389 set4LE(buf+0, modWhen);