Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java134 final ShortName sn = makeShortName(name, false); in addFile() local
137 new FatLfnDirectoryEntry(name, sn, this, false); in addFile()
141 shortNameIndex.put(sn, entry); in addFile()
190 final ShortName sn = makeShortName(name, true); in addDirectory() local
192 real.setShortName(sn); in addDirectory()
206 shortNameIndex.put(sn, e); in addDirectory()
374 final ShortName sn = entry.realEntry.getShortName(); in unlinkEntry() local
376 if (sn.equals(ShortName.DOT) || sn.equals(ShortName.DOT_DOT)) throw in unlinkEntry()
385 assert (this.shortNameIndex.containsKey(sn)); in unlinkEntry()
386 this.shortNameIndex.remove(sn); in unlinkEntry()
DFatDirectoryEntry.java335 public void setShortName(ShortName sn) { in setShortName() argument
336 if (sn.equals(this.getShortName())) return; in setShortName()
338 sn.write(this.data); in setShortName()
339 this.hasShortNameOnly = sn.hasShortNameOnly(); in setShortName()
DFatLfnDirectoryEntry.java48 FatLfnDirectoryEntry(String name, ShortName sn, in FatLfnDirectoryEntry() argument
58 this.realEntry.setShortName(sn); in FatLfnDirectoryEntry()
/tools/test/connectivity/tools/lab/metrics/
Dzombie_metric.py55 sn = None
57 sn = spl_ln[sn_idx + 1]
58 zombie = sn
/tools/test/connectivity/tools/lab/
DREADME.md59 unauthorized: list of phone sn's that are unauthorized
60 offline: list of phone sn's that are offline
61 recovery: list of phone sn's that are in recovery mode
62 question: list of phone sn's in ??? mode
63 device: list of phone sn's that are in device mode