Home
last modified time | relevance | path

Searched refs:dePath (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.c578 char dePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local
579 int32_t offset = sprintf_s(dePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s", in DeleteUserIdMainPathAndBakPath()
582 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", dePath); in DeleteUserIdMainPathAndBakPath()
583 (void)HksDeleteDir(dePath); in DeleteUserIdMainPathAndBakPath()
632 char dePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUidMainPathAndBakPath() local
633 int32_t offset = sprintf_s(dePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s/%s", in DeleteUidMainPathAndBakPath()
636 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", dePath); in DeleteUidMainPathAndBakPath()
637 (void)HksDeleteDir(dePath); in DeleteUidMainPathAndBakPath()