Searched refs:dePath (Results 1 – 1 of 1) sorted by relevance
578 char dePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local579 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() local633 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()