Searched refs:OSPath (Results 1 – 3 of 3) sorted by relevance
33 std::string OSPath = "")34 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS()
67 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() local68 sys::path::append(OSPath, "index"); in generateSubDirectoryReport()69 auto OSOrErr = Printer.createOutputStream(OSPath, "txt", in generateSubDirectoryReport()
715 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() local716 sys::path::append(OSPath, "index"); in generateSubDirectoryReport()717 auto OSOrErr = Printer.createOutputStream(OSPath, "html", in generateSubDirectoryReport()