Searched refs:outputFilePath (Results 1 – 4 of 4) sorted by relevance
57 std::string outputFilePath = options->outputFilePath(); in Run() local58 if (outputFilePath.empty()) { in Run()59 outputFilePath = panda::os::file::File::GetExecutablePath().Value(); in Run()81 std::string outputFileName = outputFilePath.append(panda::os::file::File::GetPathDelim()). in Run()
38 …panda::PandArg<std::string> outputFilePath("outputFilePath", "", "output path for merged panda fil… in Parse() local44 argparser_->Add(&outputFilePath); in Parse()68 if (!outputFilePath.GetValue().empty()) { in Parse()69 outputFilePath_ = outputFilePath.GetValue(); in Parse()
48 const std::string &outputFilePath() const in outputFilePath() function
66 + let outputFilePath = path.basename(tempFile);67 + let depTempPath = tempFile.substring(0, tempFile.indexOf(outputFilePath));