コード例 #1
0
ファイル: DeviceEntry.java プロジェクト: 0857bally/Flashtool
 public String getDeviceDir() {
   return Devices.getDevicesDir() + fsep + getId();
 }
コード例 #2
0
ファイル: DeviceEntry.java プロジェクト: 0857bally/Flashtool
 public String getWorkDir() {
   return Devices.getDevicesDir() + fsep + getId() + fsep + "work";
 }