Searched refs:PATTERN_RELATIVE_PATH (Results 1 – 2 of 2) sorted by relevance
1054 private static final Pattern PATTERN_RELATIVE_PATH = Pattern.compile(1092 final Matcher matcher = PATTERN_RELATIVE_PATH.matcher(data);1126 final Matcher matcher = PATTERN_RELATIVE_PATH.matcher(path);1162 final Matcher matcher = PATTERN_RELATIVE_PATH.matcher(path);
705 private static final Pattern PATTERN_RELATIVE_PATH = Pattern.compile( field in Helpers748 final Matcher matcher = PATTERN_RELATIVE_PATH.matcher(data); in extractRelativePath()