Home
last modified time | relevance | path

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

12

/tools/asuite/aidegen/project/
Dsource_splitter.py135 relpath = project.project_relative_path
136 is_root = not relpath
140 s, relpath) or is_root}
246 relpath = project.project_relative_path
248 if not relpath:
257 constant.KEY_PATH: [relpath],
260 os.path.join(root_path, relpath))
/tools/asuite/aidegen/lib/
Dcommon_util.py131 rel_path = os.path.relpath(abs_path, get_android_root_dir())
146 rel_path = os.path.relpath(abs_path, get_android_root_dir())
153 rel_path = os.path.relpath(abs_path, get_android_root_dir())
711 def find_git_root(relpath): argument
720 dir_list = relpath.split(os.sep)
727 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)
Dmodule_info.py61 merged_file_rel_path = os.path.relpath(
Dproject_file_gen.py266 rel_target = os.path.relpath(gitignore_abs_path, os.getcwd())
267 rel_source = os.path.relpath(_GITIGNORE_ABS_PATH, target_folder)
Dsource_locator.py271 src_item = os.path.relpath(src_item)
397 return os.path.relpath(real_path, root_path)
533 rel_path = os.path.relpath(
Dnative_util.py61 rel_path = os.path.relpath(parent_dir, common_util.get_android_root_dir())
Dproject_info.py453 relpath, _ = common_util.get_related_paths(self.modules_info,
455 module_names.update(self._get_modules_under_project_path(relpath))
Dnative_module_info.py79 module_info_target = os.path.relpath(module_file, 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.py83 [os.path.relpath(self.mod_dir, root_dir)])
/tools/asuite/aidegen/
Daidegen_run_unittests.py45 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/tradefederation/core/atest/
Datest_run_unittests.py45 rel_file_path = os.path.relpath(full_file_path, base_path)
Dtest_mapping.py148 os.path.relpath(filepath, test_mapping_dir)
/tools/tradefederation/core/atest/asuite_lib_test/
Dasuite_lib_run_test.py42 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/external_updater/
Dfileutils.py46 return os.path.relpath(project_path, EXTERNAL_PATH)
/tools/asuite/atest/
Datest_run_unittests.py49 rel_file_path = os.path.relpath(full_file_path, base_path)
Dtest_mapping.py146 os.path.relpath(filepath, test_mapping_dir)
/tools/treble/build/sandbox/
Doverlay.py70 relative_path = os.path.relpath(path, bind_destination)
109 current_dir_relative = os.path.relpath(current_dir_origin, overlay_dir)
139 current_dir_relative = os.path.relpath(current_dir_origin, overlay_dir)
/tools/acloud/
Dacloud_test.py59 rel_file_path = os.path.relpath(full_file_path, base_path)
/tools/tradefederation/core/atest/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)
Dsuite_plan_finder.py119 rel_config = os.path.relpath(path, self.root_dir)
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py203 rel_config = os.path.relpath(test_file, self.root_dir)
260 rel_config = os.path.relpath(path, self.root_dir)
Dsuite_plan_finder.py120 rel_config = os.path.relpath(path, self.root_dir)
/tools/test/connectivity/acts/framework/tests/
Dacts_import_unit_test.py135 path = os.path.relpath(os.path.join(root, f), os.getcwd())

12