Home
last modified time | relevance | path

Searched refs:CaseCompare (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_run_tool.cpp119 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 Dstring_utils.h34 static bool CaseCompare(const std::string& str1, const std::string& str2);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dstring_utils.cpp42 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 Dsign_provider.cpp487 if (StringUtils::CaseCompare(inForm, ELF) && FileUtils::IsEmpty(profileFile)) { in GetX509Certificates()
652 if (StringUtils::CaseCompare(*it, signAlg)) { in CheckSignatureAlg()

Completed in 3 milliseconds