Searched refs:search_path (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_raw_img.py | 38 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)]
|
D | create_brick_ota.py | 80 if args.search_path: 81 common.OPTIONS.search_path = args.search_path
|
D | apex_utils.py | 65 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")
|
D | test_sign_apex.py | 30 common.OPTIONS.search_path = test_utils.get_search_path()
|
D | merge_ota.py | 229 if args.search_path: 230 common.OPTIONS.search_path = args.search_path
|
D | check_target_files_vintf.py | 229 apex_host = os.path.join(OPTIONS.search_path, 'bin', 'apexd_host') 230 cmd = [apex_host, '--tool_path', OPTIONS.search_path]
|
D | common.py | 76 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 …]
|
D | test_apex_utils.py | 39 common.OPTIONS.search_path = test_utils.get_search_path()
|
D | ota_from_target_files.py | 1485 OPTIONS.search_path, OPTIONS.signapk_path) 1488 …e sure the correct search path is passed via -p".format(OPTIONS.signapk_path, OPTIONS.search_path))
|
D | test_ota_from_target_files.py | 196 common.OPTIONS.search_path = test_utils.get_search_path()
|