Home
last modified time | relevance | path

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

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