Searched refs:split_apks (Results 1 – 4 of 4) sorted by relevance
43 def SelectSplits(device, base_apk, split_apks, allow_cached_props=False): argument57 for split in split_apks:
86 def ToSplitHelper(path_or_helper, split_apks): argument88 if sorted(path_or_helper.split_apk_paths) != sorted(split_apks):93 return SplitApkHelper(path_or_helper, split_apks)96 'Unrecognized APK format %s, %s' % (path_or_helper, split_apks))
1228 split_apks, argument1257 apk = apk_helper.ToSplitHelper(base_apk, split_apks)
574 split_apks: A list of strings of paths of all of the APK splits.