Home
last modified time | relevance | path

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

12

/tools/asuite/aidegen/project/
Dproject_splitter.py149 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/
Dcommon_util.py137 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)
Declipse_project_file_gen.py116 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)
Dproject_info.py441 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))
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(
Dnative_util.py61 rel_path = os.path.relpath(parent_dir, common_util.get_android_root_dir())
291 return os.path.relpath(target, root_dir)
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.py90 merged_file_rel_path = os.path.relpath(
/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/asuite/atest/test_finders/
Dmodule_finder.py85 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(
Dtf_integration_finder.py265 rel_config = os.path.relpath(test_file, self.root_dir)
323 rel_config = os.path.relpath(path, self.root_dir)
Dsuite_plan_finder.py120 rel_config = os.path.relpath(path, self.root_dir)
/tools/asuite/atest-py2/test_finders/
Dtf_integration_finder.py199 rel_config = os.path.relpath(test_file, self.root_dir)
256 rel_config = os.path.relpath(path, self.root_dir)
Dmodule_finder.py108 out_dir = os.path.relpath(out_dir, self.root_dir)
260 os.path.relpath(path, self.root_dir)):
Dsuite_plan_finder.py119 rel_config = os.path.relpath(path, self.root_dir)
/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/plugin_lib/
Dplugin_run_unittests.py45 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/aidegen/
Daidegen_run_unittests.py45 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/atest/asuite_lib_test/
Dasuite_lib_run_tests.py42 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/atest-py2/
Datest_run_unittests.py45 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/test/connectivity/acts/framework/tests/
Dacts_import_unit_test.py89 path = os.path.relpath(os.path.join(root, f), os.getcwd())
/tools/acloud/
Dacloud_test.py71 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/asuite/atest/
Datest_run_unittests.py61 rel_file_path = os.path.relpath(full_file_path, base_path)
Dtest_mapping.py146 os.path.relpath(filepath, test_mapping_dir)

12