Home
last modified time | relevance | path

Searched defs:protoBinSuffix (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp26 …eProgram::EnumerateFilesWindows(const std::string &protoBinPath, const std::string &protoBinSuffix, in EnumerateFilesWindows()
88 bool MergeProgram::GetProtoFiles(const std::string &protoBinPath, const std::string &protoBinSuffix, in GetProtoFiles()
98 bool MergeProgram::AppendProtoFiles(const std::string &filePath, const std::string &protoBinSuffix, in AppendProtoFiles()
126 bool MergeProgram::CollectProtoFiles(std::string &input, const std::string &protoBinSuffix, in CollectProtoFiles()
Doptions.cpp34 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse() local
Dmain.cpp55 std::string protoBinSuffix = options->ProtoBinSuffix(); in Run() local