Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java92 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP); in toNetworkPrinter() local
93 if (TextUtils.isEmpty(resourcePath)) { in toNetworkPrinter()
97 if (resourcePath.startsWith("/")) { in toNetworkPrinter()
98 resourcePath = resourcePath.substring(1); in toNetworkPrinter()
116 + "/" + resourcePath); in toNetworkPrinter()
/packages/apps/Car/systemlibs/tools/rro/
Dverify-overlayable.py38 for path in args.resourcePath:
Dgenerate-overlays.py52 resources = get_all_resources(args.resourcePath)
Dgenerate-overlayable.py56 for path in args.resourcePath: