Searched refs:resourcePath (Results 1 – 4 of 4) sorted by relevance
92 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP); in toNetworkPrinter() local93 if (TextUtils.isEmpty(resourcePath)) { in toNetworkPrinter()97 if (resourcePath.startsWith("/")) { in toNetworkPrinter()98 resourcePath = resourcePath.substring(1); in toNetworkPrinter()116 + "/" + resourcePath); in toNetworkPrinter()
38 for path in args.resourcePath:
52 resources = get_all_resources(args.resourcePath)
56 for path in args.resourcePath: