Home
last modified time | relevance | path

Searched refs:resDir (Results 1 – 8 of 8) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DMakeCopy.java130 final File resDir = new File(args[i]); in main() local
131 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() argument
206 for (File layoutDir : resDir.listFiles(LAYOUT_DIR_FILTER)) { in addFromFile()
/frameworks/base/core/java/android/content/res/
DResourcesKey.java50 public ResourcesKey(@Nullable String resDir, in ResourcesKey() argument
57 mResDir = resDir; in ResourcesKey()
/frameworks/base/tools/aapt2/compile/
DCompile.cpp109 Maybe<std::string> resDir; member
138 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()
/frameworks/base/core/java/android/app/
DResourcesManager.java464 @Nullable String resDir, in createBaseActivityResources() argument
476 resDir, in createBaseActivityResources()
626 @Nullable String resDir, in getResources() argument
637 resDir, in getResources()
DActivityThread.java1844 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument
1846 return mResourcesManager.getResources(null, resDir, splitResDirs, overlayDirs, libDirs, in getTopLevelResources()
/frameworks/base/tools/aapt/
DAaptAssets.h570 sp<AaptDir> resDir(const String8& name) const;
DAaptAssets.cpp1198 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
1606 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...