Home | History | Annotate | Download | only in pm

Lines Matching refs:cachePath

6136             File cachePath = new File(newCachePath);
6137 libraryPath = new File(cachePath, LIB_DIR_NAME).getPath();
6138 packagePath = new File(cachePath, RES_FILE_NAME).getPath();
8258 Slog.e(TAG, "Container " + args.cid + " cachepath " + args.getCodePath()