Searched refs:physicalName (Results 1 – 1 of 1) sorted by relevance
137 String physicalName = fileEntry.getPhysicalName(); in addUniqueChild() local140 assert physicalName != null; in addUniqueChild()142 return new File(parent.file, physicalName); in addUniqueChild()264 @Nullable protected String physicalName = null; field in ClassFileNameHandler.FileSystemEntry290 return physicalName; in getPhysicalName()298 if (this.physicalName != null) { in setSuffix()301 this.physicalName = makePhysicalName(suffix); in setSuffix()319 physicalName = file.getName(); in DirectoryEntry()352 String physicalName = getPhysicalName(); in setSuffix() local353 if (parent != null && physicalName != null) { in setSuffix()[all …]