Lines Matching refs:debugFileName
58 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()
459 fd, offset, length, debugFileName, modWhen, crc, flags, argc); in fromDex()
524 if (!dvmContinueOptimization(fd, offset, length, debugFileName, in fromDex()