Searched refs:allowlistedApiPath (Results 1 – 1 of 1) sorted by relevance
907 Path allowlistedApiPath = null; in Icu4jRules() local909 allowlistedApiPath = Paths.get(args[1]); in Icu4jRules()936 unsupportedAppUsageFile, allowlistedApiPath); in Icu4jRules()975 Path allowlistedApiPath) { in createTransformRules() argument1007 createHideNonAllowlistedRule(allowlistedApiPath), in createTransformRules()1115 private static Rule createHideNonAllowlistedRule(Path allowlistedApiPath) { in createHideNonAllowlistedRule() argument1117 if (allowlistedApiPath != null) { in createHideNonAllowlistedRule()1119 allowlistedApiPath); in createHideNonAllowlistedRule()