Searched refs:xmlPath (Results 1 – 3 of 3) sorted by relevance
81 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles()82 File file = new File(xmlPath); in getVaildXmlFiles()
423 String xmlPath = shell.getNextArg(); in updateFamily() local424 if (xmlPath == null) { in updateFamily()431 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
400 Vector<String8> getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, in getNfcAidCategories() argument403 Asset* aidAsset = assets.openNonAsset(xmlPath, Asset::ACCESS_BUFFER); in getNfcAidCategories()2031 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local2041 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()