Searched defs:protoBinSuffix (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | mergeProgram.cpp | 33 …eProgram::EnumerateFilesWindows(const std::string &protoBinPath, const std::string &protoBinSuffix, in EnumerateFilesWindows() 95 bool MergeProgram::GetProtoFiles(const std::string &protoBinPath, const std::string &protoBinSuffix, in GetProtoFiles() 105 bool MergeProgram::AppendProtoFiles(const std::string &filePath, const std::string &protoBinSuffix, in AppendProtoFiles() 133 bool MergeProgram::CollectProtoFiles(std::string &input, const std::string &protoBinSuffix, in CollectProtoFiles()
|
| D | options.h | 38 const std::string &protoBinSuffix() const in protoBinSuffix() function
|
| D | options.cpp | 36 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse() local
|
| D | main.cpp | 56 std::string protoBinSuffix = options->protoBinSuffix(); in Run() local
|