Lines Matching defs: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));
133 addFileToMapping(Paths.VirtualPath, DstPath);