Searched refs:resDir (Results 1 – 8 of 8) sorted by relevance
130 final File resDir = new File(args[i]); in main() local131 if (!resDir.exists()) { in main()132 System.out.println("Could not find resource directory: " + resDir); in main()134 System.out.println("Source Resources: " + resDir.getAbsolutePath()); in main()136 FileUtils.copyDirectory(resDir, resTarget); in main()137 addFromFile(resDir, resTarget); in main()140 … System.err.println("Could not copy resources from " + resDir + " to " + resTarget + in main()205 private static void addFromFile(File resDir, File resTarget) { in addFromFile() argument206 for (File layoutDir : resDir.listFiles(LAYOUT_DIR_FILTER)) { in addFromFile()
50 public ResourcesKey(@Nullable String resDir, in ResourcesKey() argument57 mResDir = resDir; in ResourcesKey()
109 Maybe<std::string> resDir; member138 const std::string& rootDir = options.resDir.value(); in loadInputFilesFromDir()473 .optionalFlag("--dir", "Directory to scan for resources", &options.resDir) in compile()488 if (options.resDir) { in compile()
464 @Nullable String resDir, in createBaseActivityResources() argument476 resDir, in createBaseActivityResources()626 @Nullable String resDir, in getResources() argument637 resDir, in getResources()
1844 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument1846 return mResourcesManager.getResources(null, resDir, splitResDirs, overlayDirs, libDirs, in getTopLevelResources()
570 sp<AaptDir> resDir(const String8& name) const;
1198 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()1606 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...