Lines Matching defs:FullPath
1905 SmallString<256> FullPath;
1907 FullPath = FS->getOverlayFileDir();
1908 assert(!FullPath.empty() &&
1910 llvm::sys::path::append(FullPath, Value);
1912 FullPath = Value;
1917 FullPath = canonicalize(FullPath);
1918 ExternalContentsPath = FullPath.str();
1970 StringRef FullPath = FS->getOverlayFileDir();
1971 assert(!FullPath.empty() && "Overlay file directory must exist");
1972 EC = FS->makeAbsolute(FullPath, Name);