Lines Matching refs:join
9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party')
11 BASE = os.path.join(THIRD_PARTY, 'youtube')
13 V12_10_BASE = os.path.join(BASE, 'youtube.android_12.10')
14 V12_10_PREFIX = os.path.join(V12_10_BASE, 'YouTubeRelease')
16 V12_17_BASE = os.path.join(BASE, 'youtube.android_12.17')
17 V12_17_PREFIX = os.path.join(V12_17_BASE, 'YouTubeRelease')
19 V12_22_BASE = os.path.join(BASE, 'youtube.android_12.22')
20 V12_22_PREFIX = os.path.join(V12_22_BASE, 'YouTubeRelease')
24 ANDROID_JAR = os.path.join(THIRD_PARTY, 'android_jar', 'lib-v25', 'android.jar')
29 'inputs': [os.path.join(V12_10_BASE, 'YouTubeRelease_unsigned.apk')],
49 'inputs': [os.path.join(V12_17_BASE, 'YouTubeRelease_unsigned.apk')],
69 'inputs': [os.path.join(V12_22_BASE, 'YouTubeRelease_unsigned.apk')],
81 os.path.join(V12_22_BASE, 'mainDexClasses.rules'),
82 os.path.join(V12_22_BASE, 'main-dex-classes-release.cfg'),
83 os.path.join(V12_22_BASE, 'main_dex_YouTubeRelease_proguard.cfg')],