Home
last modified time | relevance | path

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

/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.py134 manifest_path = os.path.join(workspace, ".repo", "manifests")
139 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)