Home
last modified time | relevance | path

Searched refs:cePath (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.c588 char cePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local
589 offset = sprintf_s(cePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s/%s", in DeleteUserIdMainPathAndBakPath()
592 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", cePath); in DeleteUserIdMainPathAndBakPath()
593 (void)HksDeleteDir(cePath); in DeleteUserIdMainPathAndBakPath()
642 char cePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUidMainPathAndBakPath() local
643 offset = sprintf_s(cePath, HKS_MAX_DIRENT_FILE_LEN, "%s/%s/%s/%s", in DeleteUidMainPathAndBakPath()
646 HKS_LOG_I("delete path: %" LOG_PUBLIC "s", cePath); in DeleteUidMainPathAndBakPath()
647 (void)HksDeleteDir(cePath); in DeleteUidMainPathAndBakPath()