Searched refs:latest_platform_fallback_path (Results 1 – 3 of 3) sorted by relevance
48 FALLBACK_PATHS = { 'x86_64': [ 'linux' ] + win.WinPort.latest_platform_fallback_path() }
410 …ALLBACK_PATHS = {'icecreamsandwich': ['android'] + linux.LinuxPort.latest_platform_fallback_path()}
134 def latest_platform_fallback_path(cls): member in Port