Searched refs:relpath (Results 1 – 25 of 38) sorted by relevance
12
/tools/asuite/aidegen/project/ |
D | project_splitter.py | 151 relpath = project.project_relative_path 152 is_root = not relpath 156 s, relpath) or is_root} 353 relpath = project.project_relative_path 355 if not relpath: 364 constant.KEY_PATH: [relpath], 367 str(Path(root_path, relpath))) 385 out_soong_dir = os.path.relpath(common_util.get_soong_out_path(), 389 relpath = project.project_relative_path 391 [out_soong_dir, constant.INTERMEDIATES, relpath]) + os.sep) [all …]
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 134 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 149 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 156 rel_path = os.path.relpath(abs_path, get_android_root_dir()) 716 def find_git_root(relpath): argument 725 dir_list = relpath.split(os.sep) 732 logging.warning('%s can\'t find its .git folder.', relpath)
|
D | eclipse_project_file_gen.py | 115 def _gen_link(cls, relpath): argument 130 alias_name = os.path.join(constant.KEY_DEPENDENCIES, relpath) 131 abs_path = os.path.join(common_util.get_android_root_dir(), 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 | project_info.py | 442 rdir = os.path.relpath(common_util.get_soong_out_path(), 543 relpath, _ = common_util.get_related_paths(self.modules_info, 545 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 | 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 | 89 merged_file_rel_path = os.path.relpath(
|
D | native_module_info.py | 78 module_info_target = os.path.relpath(module_file, root_dir)
|
D | native_util_unittest.py | 237 rel_target = os.path.relpath(cwd, root)
|
/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/treble/build/treble_build/report/ |
D | projects.go | 102 relpath := (filename)[len(rtx.RepoBase):] 103 return lookupProjectFile(ctx, rtx, relpath)
|
/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/aidegen/ |
D | aidegen_run_unittests.py | 47 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/plugin_lib/ |
D | plugin_run_unittests.py | 46 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest/asuite_lib_test/ |
D | asuite_lib_run_tests.py | 43 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest/ |
D | atest_run_unittests.py | 63 rel_file_path = os.path.relpath(full_file_path, base_path)
|
D | test_mapping.py | 147 os.path.relpath(filepath, test_mapping_dir)
|
/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/asuite/atest/test_finders/ |
D | tf_integration_finder.py | 292 rel_config = os.path.relpath(test_file, self.root_dir) 352 rel_config = os.path.relpath(path, self.root_dir)
|
D | suite_plan_finder.py | 130 rel_config = os.path.relpath(path, self.root_dir)
|
D | module_finder.py | 123 out_dir = os.path.relpath(out_dir, self.root_dir) 413 elif not file_name and rel_module_dir != os.path.relpath( 913 path = os.path.relpath(
|
/tools/repohooks/rh/ |
D | git.py | 214 parts = os.path.relpath(abs_orig_path, root).split(os.path.sep)
|
/tools/asuite/aidegen/idea/ |
D | iml.py | 112 parent_path = os.path.relpath(abs_module_path,
|
12