Searched refs:manifest_path (Results 1 – 4 of 4) sorted by relevance
121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)122 if os.path.isfile(manifest_path):
46 def find_shared_uid(manifest_path): argument49 with open(manifest_path, 'r') as manifest_file:
134 manifest_path = os.path.join(workspace, ".repo", "manifests")139 rev = get_commit_with_keyword(manifest_path, tag)
34 def parse_manifest_xml(manifest_path): argument37 parsed_xml = xml.dom.minidom.parse(manifest_path)