Lines Matching full:paths
106 PathStorage Paths;
107 Paths.VirtualPath = SrcPath;
108 makeAbsolute(Paths.VirtualPath);
113 Paths.CopyFrom = Paths.VirtualPath;
114 updateWithRealPath(Paths.CopyFrom);
117 sys::path::remove_dots(Paths.VirtualPath, /*remove_dot_dot=*/true);
119 return Paths;
123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath);
126 sys::path::append(DstPath, sys::path::relative_path(Paths.CopyFrom));
129 // this we map different virtual src paths to the same entry in the VFS
133 addFileToMapping(Paths.VirtualPath, DstPath);