Home
last modified time | relevance | path

Searched refs:search_path (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/releasetools/
Dota_from_raw_img.py38 def ResolveBinaryPath(filename, search_path): argument
39 if not search_path:
41 if not os.path.exists(search_path):
43 path = os.path.join(search_path, "bin", filename)
46 path = os.path.join(search_path, filename)
83 cmd = [ResolveBinaryPath("delta_generator", args.search_path)]
Dcreate_brick_ota.py80 if args.search_path:
81 common.OPTIONS.search_path = args.search_path
Dapex_utils.py65 OPTIONS.search_path, "bin", "debugfs_static")
67 OPTIONS.search_path, "bin", "fsck.erofs")
428 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
498 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
575 if OPTIONS.search_path:
576 debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
579 if OPTIONS.search_path:
580 deapexer_path = os.path.join(OPTIONS.search_path, "bin", "deapexer")
Dtest_sign_apex.py30 common.OPTIONS.search_path = test_utils.get_search_path()
Dmerge_ota.py229 if args.search_path:
230 common.OPTIONS.search_path = args.search_path
Dcheck_target_files_vintf.py229 apex_host = os.path.join(OPTIONS.search_path, 'bin', 'apexd_host')
230 cmd = [apex_host, '--tool_path', OPTIONS.search_path]
Dcommon.py76 self.search_path = os.path.dirname(os.path.dirname(exec_path))
79 if not os.path.exists(os.path.join(self.search_path, self.signapk_path)):
81 self.search_path = os.environ["ANDROID_HOST_OUT"]
1443 if OPTIONS.search_path:
1444 new_path = os.path.join(OPTIONS.search_path, path)
2537 OPTIONS.search_path, OPTIONS.signapk_shared_library_path)
2541 "-jar", os.path.join(OPTIONS.search_path, OPTIONS.signapk_path)] +
2769 OPTIONS.search_path = a
2822 if OPTIONS.search_path:
2823 os.environ["PATH"] = (os.path.join(OPTIONS.search_path, "bin") +
[all …]
Dtest_apex_utils.py39 common.OPTIONS.search_path = test_utils.get_search_path()
Dota_from_target_files.py1485 OPTIONS.search_path, OPTIONS.signapk_path)
1488 …e sure the correct search path is passed via -p".format(OPTIONS.signapk_path, OPTIONS.search_path))
Dtest_ota_from_target_files.py196 common.OPTIONS.search_path = test_utils.get_search_path()