Searched refs:ShowOutputDirectory (Results 1 – 6 of 6) sorted by relevance
34 std::string ShowOutputDirectory; member43 bool hasOutputDirectory() const { return ShowOutputDirectory != ""; } in hasOutputDirectory()
472 cl::opt<std::string> ShowOutputDirectory( in show() local476 cl::aliasopt(ShowOutputDirectory)); in show()489 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in show()492 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in show()
38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()
38 std::string ShowOutputDirectory; member52 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasOutputDirectory()
822 cl::opt<std::string> ShowOutputDirectory( in doShow() local826 cl::aliasopt(ShowOutputDirectory)); in doShow()847 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in doShow()852 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
39 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()