Searched defs:protoBinSuffix (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | mergeProgram.cpp | 26 …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()
|
| D | options.cpp | 34 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse() local
|
| D | main.cpp | 55 std::string protoBinSuffix = options->ProtoBinSuffix(); in Run() local
|