Home
last modified time | relevance | path

Searched refs:GetOutputFilePath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dabc2program_options.h29 const std::string &GetOutputFilePath() const;
Dabc2program_driver.cpp29 if (Run(options.GetInputFilePath(), options.GetOutputFilePath())) { in Run()
Dabc2program_options.cpp85 const std::string &Abc2ProgramOptions::GetOutputFilePath() const in GetOutputFilePath() function in panda::abc2program::Abc2ProgramOptions