Searched refs:mResDir (Results 1 – 3 of 3) sorted by relevance
29 public final String mResDir; field in ResourcesKey57 mResDir = resDir; in ResourcesKey()66 hash = 31 * hash + Objects.hashCode(mResDir); in ResourcesKey()81 if (mResDir != null && mResDir.startsWith(path)) { in isPathReferenced()117 if (!Objects.equals(mResDir, peer.mResDir)) { in equals()145 builder.append(" mResDir=").append(mResDir); in toString()
251 if (key.mResDir != null) { in createAssetManager()252 if (assets.addAssetPath(key.mResDir) == 0) { in createAssetManager()253 throw new Resources.NotFoundException("failed to add asset path " + key.mResDir); in createAssetManager()735 final ResourcesKey newKey = new ResourcesKey(oldKey.mResDir, in updateResourcesForActivity()859 if (impl != null && key.mResDir.equals(assetPath)) { in appendLibAssetForMainAssetPath()870 key.mResDir, in appendLibAssetForMainAssetPath()
96 private String mResDir; field in LoadedApk188 mResDir = null; in LoadedApk()292 mResources = mActivityThread.getTopLevelResources(mResDir, mSplitResDirs, in updateApplicationInfo()304 mResDir = aInfo.uid == myUid ? aInfo.sourceDir : aInfo.publicSourceDir; in setApplicationInfo()729 return mResDir; in getResDir()766 mResources = mainThread.getTopLevelResources(mResDir, mSplitResDirs, mOverlayDirs, in getResources()