Searched refs:cePath (Results 1 – 1 of 1) sorted by relevance
588 char cePath[HKS_MAX_DIRENT_FILE_LEN] = ""; in DeleteUserIdMainPathAndBakPath() local589 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() local643 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()