Home
last modified time | relevance | path

Searched refs:ecePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c598 char ecePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local
599 offset = sprintf_s(ecePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s/%s", in DeleteUserIdMainPathAndBakPath()
602 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", ecePath); in DeleteUserIdMainPathAndBakPath()
603 (void)HksDeleteDir(ecePath); in DeleteUserIdMainPathAndBakPath()
652 char ecePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUidMainPathAndBakPath() local
653 offset = sprintf_s(ecePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s/%s/%s", in DeleteUidMainPathAndBakPath()
656 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", ecePath); in DeleteUidMainPathAndBakPath()
657 (void)HksDeleteDir(ecePath); in DeleteUidMainPathAndBakPath()