Lines Matching defs:FullPath
1892 SmallString<256> FullPath;
1894 FullPath = FS->getOverlayFileDir();
1895 assert(!FullPath.empty() &&
1897 llvm::sys::path::append(FullPath, Value);
1899 FullPath = Value;
1904 FullPath = canonicalize(FullPath);
1905 ExternalContentsPath = FullPath.str();
1957 StringRef FullPath = FS->getOverlayFileDir();
1958 assert(!FullPath.empty() && "Overlay file directory must exist");
1959 EC = FS->makeAbsolute(FullPath, Name);