Searched refs:relative_path (Results 1 – 3 of 3) sorted by relevance
171 relative_path = fileutils.get_relative_project_path(Path(path))172 results[str(relative_path)] = res
71 relative_path = os.path.relpath(path, bind_destination)72 path_in_source = os.path.join(bind_mount.source_dir, relative_path)
483 def is_source_under_relative_path(source, relative_path): argument494 constant.RE_INSIDE_PATH_CHECK.format(relative_path), source)