Searched refs:ecePath (Results 1 – 1 of 1) sorted by relevance
598 char ecePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local599 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() local653 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()