Home
last modified time | relevance | path

Searched refs:outputFilePath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
Dmain.cpp57 std::string outputFilePath = options->outputFilePath(); in Run() local
58 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()
Doptions.cpp38 …panda::PandArg<std::string> outputFilePath("outputFilePath", "", "output path for merged panda fil… in Parse() local
44 argparser_->Add(&outputFilePath); in Parse()
68 if (!outputFilePath.GetValue().empty()) { in Parse()
69 outputFilePath_ = outputFilePath.GetValue(); in Parse()
Doptions.h48 const std::string &outputFilePath() const in outputFilePath() function
/arkcompiler/ets_frontend/test262/
Deshost.patch66 + let outputFilePath = path.basename(tempFile);
67 + let depTempPath = tempFile.substring(0, tempFile.indexOf(outputFilePath));