Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 3 of 3) sorted by relevance

/tools/external_updater/
Dexternal_updater.py171 relative_path = fileutils.get_relative_project_path(Path(path))
172 results[str(relative_path)] = res
/tools/treble/build/sandbox/
Doverlay.py71 relative_path = os.path.relpath(path, bind_destination)
72 path_in_source = os.path.join(bind_mount.source_dir, relative_path)
/tools/asuite/aidegen/lib/
Dcommon_util.py483 def is_source_under_relative_path(source, relative_path): argument
494 constant.RE_INSIDE_PATH_CHECK.format(relative_path), source)