Searched refs:getExpandedPath (Results 1 – 9 of 9) sorted by relevance
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/players/ |
H A D | mpcbe.py | 15 mpc._mpcApi.startMpc(MpcBePlayer.getExpandedPath(playerPath), args) 29 if MpcBePlayer.getExpandedPath(path): 34 def getExpandedPath(path): member in MpcBePlayer
|
H A D | basePlayer.py | 92 def getExpandedPath(path): member in BasePlayer 129 def getExpandedPath(path): member in DummyPlayer
|
H A D | mpv.py | 32 return NewMpvPlayer(client, MpvPlayer.getExpandedPath(playerPath), filePath, args) 34 return OldMpvPlayer(client, MpvPlayer.getExpandedPath(playerPath), filePath, args) 51 p = MpvPlayer.getExpandedPath(path) 58 if "mpv" in path and MpvPlayer.getExpandedPath(path): 63 def getExpandedPath(playerPath): member in MpvPlayer
|
H A D | playerFactory.py | 28 return player.getExpandedPath(path)
|
H A D | mpc.py | 358 mpc._mpcApi.startMpc(MPCHCAPIPlayer.getExpandedPath(playerPath), args) 497 MPCHCAPIPlayer.getExpandedPath(path).lower().endswith('mpc-hc64.exe'.lower()) or 498 MPCHCAPIPlayer.getExpandedPath(path).lower().endswith('mpc-hc64_nvo.exe'.lower()) 506 if MPCHCAPIPlayer.getExpandedPath(path): 511 def getExpandedPath(path): member in MPCHCAPIPlayer
|
H A D | mplayer.py | 243 mplayer = MplayerPlayer(client, MplayerPlayer.getExpandedPath(playerPath), filePath, args) 250 p = MplayerPlayer.getExpandedPath(path) 269 …if "mplayer" in path and MplayerPlayer.getExpandedPath(path) and "mplayerc.exe" not in path: # "m… 279 def getExpandedPath(playerPath): member in MplayerPlayer
|
H A D | vlc.py | 266 vlc = VlcPlayer(client, VlcPlayer.getExpandedPath(playerPath), filePath, args) 273 p = VlcPlayer.getExpandedPath(path) 280 if "vlc" in path.lower() and VlcPlayer.getExpandedPath(path): 293 def getExpandedPath(playerPath): member in VlcPlayer
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ |
H A D | ProductExportOperation.java | 362 images = getExpandedPath(info.getIconPath(ILauncherInfo.LINUX_ICON)); in createAntBuildProperties() 364 images = getExpandedPath(info.getIconPath(ILauncherInfo.MACOSX_ICON)); in createAntBuildProperties() 440 path = getExpandedPath(path); in append() 449 private String getExpandedPath(String path) { in getExpandedPath() method in ProductExportOperation
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ |
H A D | LaunchAction.java | 319 String expandedPath = getExpandedPath(path); in getTemplateConfigIni() 330 private String getExpandedPath(String path) { in getExpandedPath() method in LaunchAction
|