Searched refs:ARK_PROFILE_PATH (Results 1 – 5 of 5) sorted by relevance
35 const std::string ARK_PROFILE_PATH = "/data/local/ark-profile/"; variable276 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)); in RemoveArkProfile()
74 constexpr const char* ARK_PROFILE_PATH = "/data/local/ark-profile/"; variable3124 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in CreateArkProfile()3134 arkProfilePath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in DeleteArkProfile()3338 targetPath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in CopyPgoFile()3355 targetPath.append(ARK_PROFILE_PATH).append(std::to_string(userId)) in ExtractArkProfileFile()
148 constexpr const char* ARK_PROFILE_PATH = "/data/local/ark-profile/"; variable
128 path.append(ServiceConstants::ARK_PROFILE_PATH).append(std::to_string(userId)) in GetArkProfilePath()320 arkProfilePath.append(ServiceConstants::ARK_PROFILE_PATH).append(std::to_string(userId)) in DeleteArkAp()447 arkProfilePath.append(ServiceConstants::ARK_PROFILE_PATH).append(std::to_string(userId)) in CopyApWithBundle()
60 const std::string ARK_PROFILE_PATH = "/data/local/ark-profile/"; variable