Home
last modified time | relevance | path

Searched refs:xmlPath (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
H A DLicenseHtmlLoaderCompat.java81 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles()
82 File file = new File(xmlPath); in getVaildXmlFiles()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java423 String xmlPath = shell.getNextArg(); in updateFamily() local
424 if (xmlPath == null) { in updateFamily()
431 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp400 Vector<String8> getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, in getNfcAidCategories() argument
403 Asset* aidAsset = assets.openNonAsset(xmlPath, Asset::ACCESS_BUFFER); in getNfcAidCategories()
2031 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local
2041 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()