Searched refs:SEPARATOR_CHAR (Results 1 – 2 of 2) sorted by relevance
39 path.replace(SEPARATOR_CHAR, File.separatorChar))); in open()56 collect(file, prefix + SEPARATOR_CHAR + file.getName(), result); in collect()58 result.add(prefix + SEPARATOR_CHAR + file.getName()); in collect()
27 char SEPARATOR_CHAR = '/'; field