Lines Matching full:fullpath
1201 SmallString<256> FullPath;
1203 FullPath = FS->getExternalContentsPrefixDir();
1204 assert(!FullPath.empty() &&
1206 llvm::sys::path::append(FullPath, Value);
1208 FullPath = Value;
1214 FullPath = sys::path::remove_leading_dotslash(FullPath);
1215 sys::path::remove_dots(FullPath, /*remove_dot_dot=*/true);
1217 ExternalContentsPath = FullPath.str();