Home
last modified time | relevance | path

Searched refs:debugFileName (Results 1 – 3 of 3) sorted by relevance

/dalvik/dexopt/
DOptMain.c58 const char* debugFileName, bool isBootstrap, const char* bootClassPath, in extractAndProcessZip() argument
73 LOGE("DexOptZ: new cache file '%s' is not empty\n", debugFileName); in extractAndProcessZip()
93 if (dexZipPrepArchive(zipFd, debugFileName, &zippy) != 0) { in extractAndProcessZip()
94 LOGW("DexOptZ: unable to open zip archive '%s'\n", debugFileName); in extractAndProcessZip()
101 debugFileName, kClassesDex); in extractAndProcessZip()
111 LOGW("DexOptZ: zip archive GetEntryInfo failed on %s\n", debugFileName); in extractAndProcessZip()
124 kClassesDex, debugFileName); in extractAndProcessZip()
187 if (!dvmContinueOptimization(cacheFd, dexOffset, uncompLen, debugFileName, in extractAndProcessZip()
426 const char* debugFileName; in fromDex() local
452 debugFileName = *++argv; in fromDex()
[all …]
/dalvik/libdex/
DZipArchive.c149 static int mapCentralDirectory(int fd, const char* debugFileName, in mapCentralDirectory() argument
206 LOGD("Zip: EOCD not found, %s is not zip\n", debugFileName); in mapCentralDirectory()
359 int dexZipPrepArchive(int fd, const char* debugFileName, ZipArchive* pArchive) in dexZipPrepArchive() argument
366 if (mapCentralDirectory(fd, debugFileName, pArchive) != 0) in dexZipPrepArchive()
370 LOGV("Zip: parsing '%s' failed\n", debugFileName); in dexZipPrepArchive()
DZipArchive.h102 int dexZipPrepArchive(int fd, const char* debugFileName, ZipArchive* pArchive);