HomeSort by relevance Sort by last modified time
    Searched refs:modWhen (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/analysis/
DexPrepare.h 90 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing);
104 bool dvmCheckOptHeaderAndDependencies(int fd, bool sourceAvail, u4 modWhen,
114 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
120 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap);
DexPrepare.c 53 static int writeDependencies(int fd, u4 modWhen, u4 crc);
72 * For a Jar/APK file (a zip archive with "classes.dex" inside), "modWhen"
83 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing)
193 if (!dvmCheckOptHeaderAndDependencies(fd, true, modWhen, crc,
281 * "fileName" is only used for debug output. "modWhen" and "crc" are stored
298 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
381 sprintf(values[7], "%d", (int) modWhen);
475 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap)
608 if (writeDependencies(fd, modWhen, crc) != 0) {
    [all...]
  /dalvik/dexopt/
OptMain.c 64 long modWhen, crc32;
109 &modWhen, &crc32) != 0)
116 modWhen = modWhen;
188 modWhen, crc32, isBootstrap))
427 u4 crc, modWhen;
454 GET_ARG(modWhen, strtoul, "bad modWhen");
459 fd, offset, length, debugFileName, modWhen, crc, flags, argc);
525 modWhen, crc, (flags & DEXOPT_IS_BOOTSTRAP) != 0)
    [all...]
  /development/simulator/app/
LogWindow.cpp 983 time_t now, modWhen = 0;
988 (GetFileModDate(mFileName.ToAscii(), &modWhen) &&
989 modWhen + kLogFileMaxAge > now))
991 if (modWhen != 0) {
993 (now - modWhen) / 3600.0);
997 if (modWhen != 0) {
999 (now - modWhen) / 3600.0);
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp     [all...]
  /frameworks/base/include/utils/
AssetManager.h 283 SharedZip(const String8& path, time_t modWhen);
  /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...]

Completed in 764 milliseconds