Searched refs:manifest_path (Results 1 – 5 of 5) sorted by relevance
168 def build_project_name_dir_dict(manifest_path): argument172 parsed_xml = xml.dom.minidom.parse(manifest_path)296 manifest_path = _get_manifest_xml_from_args(args)297 project_dirs = build_project_name_dir_dict(manifest_path)363 manifest_path = _get_manifest_xml_from_args(args)364 project_dirs = build_project_name_dir_dict(manifest_path)433 manifest_path = args.manifest435 manifest_path = find_manifest_xml(os.getcwd())436 return manifest_path
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:
125 manifest_path = os.path.join(workspace, ".repo", "manifests")130 rev = get_commit_with_keyword(manifest_path, tag)
34 def parse_manifest_xml(manifest_path): argument37 parsed_xml = xml.dom.minidom.parse(manifest_path)