Searched refs:ScriptPath (Results 1 – 1 of 1) sorted by relevance
292 SmallString<128> ScriptPath = computeRelativePath("", InfoPath); in genJsScriptsHTML() local293 llvm::sys::path::append(ScriptPath, llvm::sys::path::filename(FilePath)); in genJsScriptsHTML()295 llvm::sys::path::native(ScriptPath, llvm::sys::path::Style::posix); in genJsScriptsHTML()296 ScriptNode->Attributes.emplace_back("src", std::string(ScriptPath.str())); in genJsScriptsHTML()