Searched refs:resDir (Results 1 – 7 of 7) sorted by relevance
129 final File resDir = new File(args[i]); in main() local130 if (!resDir.exists()) { in main()131 System.out.println("Could not find resource directory: " + resDir); in main()133 System.out.println("Source Resources: " + resDir.getAbsolutePath()); in main()135 FileUtils.copyDirectory(resDir, resTarget); in main()136 addFromFile(resDir, resTarget); in main()139 … System.err.println("Could not copy resources from " + resDir + " to " + resTarget + in main()198 private static void addFromFile(File resDir, File resTarget) { in addFromFile() argument199 for (File layoutDir : resDir.listFiles(LAYOUT_DIR_FILTER)) { in addFromFile()
158 Resources getTopLevelResources(String resDir, String[] splitResDirs, in getTopLevelResources() argument164 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfigCopy, scale); in getTopLevelResources()168 if (DEBUG) Slog.w(TAG, "getTopLevelResources: " + resDir + " / " + scale); in getTopLevelResources()174 if (DEBUG) Slog.w(TAG, "Returning cached resources " + r + " " + resDir in getTopLevelResources()190 if (resDir != null) { in getTopLevelResources()191 if (assets.addAssetPath(resDir) == 0) { in getTopLevelResources()241 if (DEBUG) Slog.i(TAG, "Created app resources " + resDir + " " + r + ": " in getTopLevelResources()
1698 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument1701 return mResourcesManager.getTopLevelResources(resDir, splitResDirs, overlayDirs, libDirs, in getTopLevelResources()
33 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, in ResourcesKey() argument35 mResDir = resDir; in ResourcesKey()
570 sp<AaptDir> resDir(const String8& name) const;
1195 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()1603 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...