Searched refs:relpath (Results 1 – 25 of 44) sorted by relevance
12
/tools/asuite/aidegen/project/ |
D | project_splitter.py | 149 relpath = project.project_relative_path 150 is_root = not relpath 154 s, relpath) or is_root} 352 relpath = project.project_relative_path 354 if not relpath: 363 constant.KEY_PATH: [relpath], 366 str(Path(root_path, relpath))) 384 out_soong_dir = os.path.relpath(common_util.get_soong_out_path(), 388 relpath = project.project_relative_path 390 [out_soong_dir, constant.INTERMEDIATES, relpath]) + os.sep) [all …]
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 137 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 152 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 159 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 719 def find_git_root(relpath): argument 728 dir_list = relpath.split(os.sep) 735 logging.warning('%s can\'t find its .git folder.', relpath)
|
D | eclipse_project_file_gen.py | 116 def _gen_link(cls, relpath): argument 131 alias_name = os.path.join(constant.KEY_DEPENDENCIES, relpath) 132 abs_path = os.path.join(common_util.get_android_root_dir(), relpath)
|
D | project_info.py | 441 rdir = os.path.relpath(common_util.get_soong_out_path(), 541 relpath, _ = common_util.get_related_paths(self.modules_info, 543 module_names.update(self._get_modules_under_project_path(relpath))
|
D | source_locator.py | 269 src_item = os.path.relpath(src_item) 395 return os.path.relpath(real_path, root_path) 531 rel_path = os.path.relpath(
|
D | native_util.py | 61 rel_path = os.path.relpath(parent_dir, common_util.get_android_root_dir()) 291 return os.path.relpath(target, root_dir)
|
D | clion_project_file_gen.py | 436 parent_dir = os.path.relpath(abs_project_path, root_dir) 450 os.path.relpath(project_dir, root_dir)) 451 rel_mod_path = os.path.relpath(file_dir, link_project_dir)
|
D | module_info.py | 90 merged_file_rel_path = os.path.relpath(
|
/tools/treble/build/sandbox/ |
D | overlay.py | 75 relative_path = os.path.relpath(path, bind_destination) 123 current_dir_relative = os.path.relpath(current_dir_origin, overlay_dir) 133 os.path.relpath(current_dir_origin, source_dir) in allowed_projects): 156 current_dir_relative = os.path.relpath(current_dir_origin, overlay_dir)
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 85 if file_path and os.path.relpath( 131 out_dir = os.path.relpath(out_dir, self.root_dir) 361 os.path.relpath(path, self.root_dir)): 767 path = os.path.relpath(
|
D | tf_integration_finder.py | 265 rel_config = os.path.relpath(test_file, self.root_dir) 323 rel_config = os.path.relpath(path, self.root_dir)
|
D | suite_plan_finder.py | 120 rel_config = os.path.relpath(path, self.root_dir)
|
/tools/asuite/atest-py2/test_finders/ |
D | tf_integration_finder.py | 199 rel_config = os.path.relpath(test_file, self.root_dir) 256 rel_config = os.path.relpath(path, self.root_dir)
|
D | module_finder.py | 108 out_dir = os.path.relpath(out_dir, self.root_dir) 260 os.path.relpath(path, self.root_dir)):
|
D | suite_plan_finder.py | 119 rel_config = os.path.relpath(path, self.root_dir)
|
/tools/asuite/aidegen/vscode/ |
D | vscode_workspace_file_gen.py | 98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
|
D | vscode_native_project_file_gen.py | 82 [os.path.relpath(self.mod_dir, root_dir)])
|
/tools/asuite/plugin_lib/ |
D | plugin_run_unittests.py | 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/aidegen/ |
D | aidegen_run_unittests.py | 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest/asuite_lib_test/ |
D | asuite_lib_run_tests.py | 42 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest-py2/ |
D | atest_run_unittests.py | 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 89 path = os.path.relpath(os.path.join(root, f), os.getcwd())
|
/tools/acloud/ |
D | acloud_test.py | 71 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest/ |
D | atest_run_unittests.py | 61 rel_file_path = os.path.relpath(full_file_path, base_path)
|
D | test_mapping.py | 146 os.path.relpath(filepath, test_mapping_dir)
|
12