Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp171 std::string standardFilePathTmp = std::string(path); in CheckFilePath() local
172 std::transform(standardFilePathTmp.begin(), standardFilePathTmp.end(), standardFilePathTmp.begin(), in CheckFilePath()
174 bool ret = (!std::regex_match(standardFilePathTmp, std::regex(HAP_APP_PATTERN)) && in CheckFilePath()
175 !std::regex_match(standardFilePathTmp, std::regex(HSP_APP_PATTERN)) && in CheckFilePath()
176 !std::regex_match(standardFilePathTmp, std::regex(APP_APP_PATTERN)) && in CheckFilePath()
177 !std::regex_match(standardFilePathTmp, std::regex(HQF_APP_PATTERN))); in CheckFilePath()

Completed in 1 milliseconds