Home
last modified time | relevance | path

Searched refs:resDir (Results 1 – 10 of 10) 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/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
DCarSetupWizardLibRobolectricTestRunner.java86 String resDir = appRoot + "/res"; in getAppManifest() local
92 Fs.fileFromPath(resDir), Fs.fileFromPath(assetsDir)) { in getAppManifest()
97 paths.add(createResourcePath("file:" + resDir)); in getAppManifest()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DSettingsLibRobolectricTestRunner.java47 final URL resDir = new URL(appRoot, "res"); in getAppManifest() local
50 return new AndroidManifest(Fs.fromURL(manifestPath), Fs.fromURL(resDir), in getAppManifest()
/frameworks/base/core/java/android/content/res/
DResourcesKey.java50 public ResourcesKey(@Nullable String resDir, in ResourcesKey() argument
57 mResDir = resDir; in ResourcesKey()
/frameworks/base/core/java/android/app/
DResourcesManager.java680 @Nullable String resDir, in createBaseActivityResources() argument
692 resDir, in createBaseActivityResources()
834 @Nullable String resDir, in getResources() argument
845 resDir, in getResources()
DActivityThread.java1938 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument
1940 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
DResourceTable.cpp85 sp<AaptDir> resDir = assets->getDirs().valueFor(String8("res")); in compileXmlFile() local
86 sp<AaptDir> dir = resDir->getDirs().valueFor(target->getGroupEntry().toDirName( in compileXmlFile()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...