Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DShortName.java34 private final static byte[] ILLEGAL_CHARS = { field in ShortName
260 for (int j = 0; j < ILLEGAL_CHARS.length; j++) { in checkValidChars()
261 if (toTest == ILLEGAL_CHARS[j]) in checkValidChars()
263 ILLEGAL_CHARS[j] + " at " + i); in checkValidChars()