Searched refs:ShowOutputDirectory (Results 1 – 3 of 3) sorted by relevance
52 std::string ShowOutputDirectory; member69 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasOutputDirectory()
1035 cl::opt<std::string> ShowOutputDirectory( in doShow() local1039 cl::aliasopt(ShowOutputDirectory)); in doShow()1123 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in doShow()1129 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()