Searched refs:manifest_path (Results 1 – 4 of 4) sorted by relevance
20 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')22 with open(manifest_path, 'w') as manifest:25 manifest_path, '-o', profdata_path])
24 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')26 with open(manifest_path, 'w') as manifest:29 manifest_path, '-o', profdata_path])33 os.remove(manifest_path)
20 manifest_path =25 output = manifest_path39 android_manifest = manifest_path
375 def ExtractPackageFromManifest(manifest_path): argument377 doc = ElementTree.parse(manifest_path)