Searched refs:pathIsDirectory (Results 1 – 1 of 1) sorted by relevance
667 private final Boolean pathIsDirectory; field in DexPathList.Element687 this.pathIsDirectory = (path == null) ? null : path.isDirectory(); in Element()737 return (pathIsDirectory ? "directory \"" : "zip file \"") + path + "\""; in toString()750 if (path == null || pathIsDirectory) { in maybeInit()