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

  /dalvik/dexopt/
OptMain.cpp 58 const char* debugFileName, bool isBootstrap, const char* bootClassPath,
76 LOGE("DexOptZ: new cache file '%s' is not empty", debugFileName);
96 if (dexZipPrepArchive(zipFd, debugFileName, &zippy) != 0) {
97 LOGW("DexOptZ: unable to open zip archive '%s'", debugFileName);
104 debugFileName, kClassesDex);
114 LOGW("DexOptZ: zip archive GetEntryInfo failed on %s", debugFileName);
127 kClassesDex, debugFileName);
186 if (!dvmContinueOptimization(cacheFd, dexOffset, uncompLen, debugFileName,
423 const char* debugFileName;
452 debugFileName = *++argv
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 144 static int mapCentralDirectory0(int fd, const char* debugFileName,
173 LOGD("Zip: EOCD not found, %s is not zip", debugFileName);
228 static int mapCentralDirectory(int fd, const char* debugFileName,
261 int result = mapCentralDirectory0(fd, debugFileName, pArchive,
370 int dexZipPrepArchive(int fd, const char* debugFileName, ZipArchive* pArchive)
377 if (mapCentralDirectory(fd, debugFileName, pArchive) != 0)
381 LOGV("Zip: parsing '%s' failed", debugFileName);
ZipArchive.h 98 * "debugFileName" will appear in error messages, but is not otherwise used.
100 int dexZipPrepArchive(int fd, const char* debugFileName, ZipArchive* pArchive);

Completed in 199 milliseconds