Home
last modified time | relevance | path

Searched defs:isTrust (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/binary_sign_tool/cmd/src/
Dcmd_util.cpp338 bool isTrust = std::find(trustList.begin(), trustList.end(), strChars) != trustList.end(); in GetCommandParameterKey() local
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
Dcmd_util.cpp332 bool isTrust = std::find(trustList.begin(), trustList.end(), strChars) != trustList.end(); in GetCommandParameterKey() local