Searched refs:resolved_path (Results 1 – 2 of 2) sorted by relevance
51 resolved_path = Path(file_path).absolute()52 if resolved_path.is_relative_to(root_dir):53 file_path = resolved_path.relative_to(root_dir)
147 static inline char *realpath(const char *path, char *resolved_path) in realpath() argument149 _fullpath(resolved_path, path, _MAX_PATH); in realpath()150 return resolved_path; in realpath()