Searched refs:rel_path (Results 1 – 3 of 3) sorted by relevance
176 rel_path = node.path[len(base_node.path):]177 in_images = rel_path.startswith('/images')187 self._fit_sections[rel_path] = entry
703 const char *rel_path; in overlay_symbol_update() local755 rel_path = s + len; in overlay_symbol_update()756 rel_path_len = e - rel_path; in overlay_symbol_update()760 rel_path = ""; in overlay_symbol_update()823 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
668 rel_path = dirpath[len(self._basedir):]669 if rel_path.startswith('/'):670 rel_path = rel_path[1:]671 if rel_path.startswith('build') or rel_path.startswith('.git'):
Completed in 14 milliseconds