Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationStatistics.kt233 getLabel: (Item) -> String, in <lambda>()
250 val label = getLabel(item) in <lambda>()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatType.java151 String getLabel() { in getLabel() method in FatType
DFatFileSystem.java151 final String fromDir = rootDirStore.getLabel(); in getVolumeLabel()
DAbstractDirectory.java303 public String getLabel() throws UnsupportedOperationException { in getLabel() method in AbstractDirectory
DSuperFloppyFormatter.java171 bs.setFileSystemTypeLabel(fatType.getLabel()); in initBootSector()