Home
last modified time | relevance | path

Searched refs:manifest_path (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_pull/
Drepo_pull.py169 def build_project_name_dir_dict(manifest_path): argument
173 parsed_xml = xml.dom.minidom.parse(manifest_path)
179 manifest_dir = os.path.dirname(os.path.realpath(manifest_path))
307 manifest_path = _get_manifest_xml_from_args(args)
308 project_dirs = build_project_name_dir_dict(manifest_path)
374 manifest_path = _get_manifest_xml_from_args(args)
375 project_dirs = build_project_name_dir_dict(manifest_path)
444 manifest_path = args.manifest
446 manifest_path = find_manifest_xml(os.getcwd())
447 return manifest_path
/development/testrunner/
Dandroid_manifest.py121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
122 if os.path.isfile(manifest_path):
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py46 def find_shared_uid(manifest_path): argument
49 with open(manifest_path, 'r') as manifest_file:
/development/tools/repo_diff/
Drepo_diff_android.py125 manifest_path = os.path.join(workspace, ".repo", "manifests")
130 rev = get_commit_with_keyword(manifest_path, tag)
/development/vndk/tools/sourcedr/blueprint/
Danalyze_manifest_split.py34 def parse_manifest_xml(manifest_path): argument
37 parsed_xml = xml.dom.minidom.parse(manifest_path)