Home
last modified time | relevance | path

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

/development/tools/repo_pull/
Drepo_pull.py168 def build_project_name_dir_dict(manifest_path): argument
172 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.manifest
435 manifest_path = find_manifest_xml(os.getcwd())
436 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)