Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 38) sorted by relevance

12

/tools/asuite/aidegen/project/
Dproject_splitter.py151 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/
Dcommon_util.py134 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)
Declipse_project_file_gen.py115 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)
Dnative_util.py61 rel_path = os.path.relpath(parent_dir, common_util.get_android_root_dir())
291 return os.path.relpath(target, root_dir)
Dproject_info.py442 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))
Dsource_locator.py269 src_item = os.path.relpath(src_item)
395 return os.path.relpath(real_path, root_path)
531 rel_path = os.path.relpath(
Dclion_project_file_gen.py436 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)
Dmodule_info.py89 merged_file_rel_path = os.path.relpath(
Dnative_module_info.py78 module_info_target = os.path.relpath(module_file, root_dir)
Dnative_util_unittest.py237 rel_target = os.path.relpath(cwd, root)
/tools/treble/build/sandbox/
Doverlay.py75 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/
Dprojects.go102 relpath := (filename)[len(rtx.RepoBase):]
103 return lookupProjectFile(ctx, rtx, relpath)
/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
Dvscode_native_project_file_gen.py82 [os.path.relpath(self.mod_dir, root_dir)])
/tools/asuite/aidegen/
Daidegen_run_unittests.py47 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/plugin_lib/
Dplugin_run_unittests.py46 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/atest/asuite_lib_test/
Dasuite_lib_run_tests.py43 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/atest/
Datest_run_unittests.py63 rel_file_path = os.path.relpath(full_file_path, base_path)
Dtest_mapping.py147 os.path.relpath(filepath, test_mapping_dir)
/tools/test/connectivity/acts/framework/tests/
Dacts_import_unit_test.py89 path = os.path.relpath(os.path.join(root, f), os.getcwd())
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py292 rel_config = os.path.relpath(test_file, self.root_dir)
352 rel_config = os.path.relpath(path, self.root_dir)
Dsuite_plan_finder.py130 rel_config = os.path.relpath(path, self.root_dir)
Dmodule_finder.py123 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/
Dgit.py214 parts = os.path.relpath(abs_orig_path, root).split(os.path.sep)
/tools/asuite/aidegen/idea/
Diml.py112 parent_path = os.path.relpath(abs_module_path,

12