Searched refs:OSPath (Results 1 – 3 of 3) sorted by relevance
31 std::string OSPath = "")32 : 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()
720 SmallString<128> OSPath = LCPath; in generateSubDirectoryReport() local721 sys::path::append(OSPath, "index"); in generateSubDirectoryReport()722 auto OSOrErr = Printer.createOutputStream(OSPath, "html", in generateSubDirectoryReport()