Searched refs:CaseCompare (Results 1 - 4 of 4) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
H A D | params_run_tool.cpp | 119 if (!StringUtils::CaseCompare(mode, LOCAL_SIGN) && in RunSignApp() 120 !StringUtils::CaseCompare(mode, REMOTE_SIGN)) { in RunSignApp() 124 if (StringUtils::CaseCompare(mode, LOCAL_SIGN)) { in RunSignApp() 154 if (StringUtils::CaseCompare(inForm, ELF) && FileUtils::IsEmpty(profileFile)) { in CheckProfile() 397 if (!StringUtils::CaseCompare(mode, LOCAL_SIGN) && in RunSignProfile() 398 !StringUtils::CaseCompare(mode, REMOTE_SIGN)) { in RunSignProfile() 402 if (StringUtils::CaseCompare(mode, LOCAL_SIGN)) { in RunSignProfile()
|
/developtools/hapsigner/hapsigntool_cpp/utils/include/ |
H A D | string_utils.h | 34 static bool CaseCompare(const std::string& str1, const std::string& str2);
|
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | string_utils.cpp | 42 bool StringUtils::CaseCompare(const std::string& str1, const std::string& str2) in CaseCompare() function in OHOS::SignatureTools::StringUtils
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 487 if (StringUtils::CaseCompare(inForm, ELF) && FileUtils::IsEmpty(profileFile)) { in GetX509Certificates() 652 if (StringUtils::CaseCompare(*it, signAlg)) { in CheckSignatureAlg()
|
Completed in 3 milliseconds