Searched refs:baseLocation (Results 1 – 2 of 2) sorted by relevance
29 String baseLocation = ""; field in BaseLocationBox36 public BaseLocationBox(String baseLocation, String purchaseLocation) { in BaseLocationBox() argument38 this.baseLocation = baseLocation; in BaseLocationBox()43 return baseLocation; in getBaseLocation()46 public void setBaseLocation(String baseLocation) { in setBaseLocation() argument47 this.baseLocation = baseLocation; in setBaseLocation()66 baseLocation = IsoTypeReader.readString(content); in _parseDetails()67 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation) - 1]); in _parseDetails()76 byteBuffer.put(Utf8.convert(baseLocation)); in getContent()77 …byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term ze… in getContent()[all …]
16 # baseLocation - where things you are building against are installed125 # in most RCP app or a plug-in, the baseLocation should be the location of a previously129 #baseLocation=${base}/eclipse130 baseLocation=@BASE_LOCATION@ key131 #Os/Ws/Arch/nl of the eclipse specified by baseLocation