Searched refs:newName (Results 1 – 5 of 5) sorted by relevance
244 public void setName(String newName) throws IOException { in setName() argument247 if (!this.parent.isFreeName(newName)) { in setName()249 "the name \"" + newName + "\" is already in use"); in setName()253 this.fileName = newName; in setName()266 public void moveTo(FatLfnDirectory target, String newName) in moveTo() argument271 if (!target.isFreeName(newName)) { in moveTo()273 "the name \"" + newName + "\" is already in use"); in moveTo()278 this.fileName = newName; in moveTo()
57 String newName = String.format("expanded-%s", i); in replicatedSetup() local59 deepCopy.getDeviceConfig().get(0).clone(newName); in replicatedSetup()
109 public IDeviceConfiguration clone(String newName); in clone() argument
219 public IDeviceConfiguration clone(String newName) { in clone() argument220 IDeviceConfiguration newDeviceConfig = new DeviceConfigurationHolder(newName); in clone()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...