/dalvik/vm/analysis/ |
DexPrepare.h | 94 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing); 108 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen, 118 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap); 124 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
|
DexPrepare.cpp | 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) { [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 64 long modWhen, crc32; 112 &modWhen, &crc32) != 0) 119 modWhen = modWhen; 187 modWhen, crc32, isBootstrap)) 424 u4 crc, modWhen; 454 GET_ARG(modWhen, strtoul, "bad modWhen"); 459 fd, offset, length, debugFileName, modWhen, crc, flags, argc); 522 modWhen, crc, (flags & DEXOPT_IS_BOOTSTRAP) != 0) [all...] |
/frameworks/base/include/androidfw/ |
AssetManager.h | 295 SharedZip(const String8& path, time_t modWhen);
|
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | [all...] |
/build/tools/zipalign/ |
ZipFile.cpp | 367 time_t modWhen; 500 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp)); 501 pEntry->setModWhen(modWhen); [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 367 time_t modWhen; 500 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp)); 501 pEntry->setModWhen(modWhen); [all...] |