Searched refs:ExtractArkProfileFile (Results 1 – 3 of 3) sorted by relevance
593 ErrCode ExtractArkProfileFile(const std::string &modulePath, const std::string &bundleName,
3492 auto ret = installer.ExtractArkProfileFile(modulePath, bundleName, USERID);3506 auto ret = installer.ExtractArkProfileFile(modulePath, bundleName, USERID);
3328 return ExtractArkProfileFile(modulePath, bundleName, userId); in CopyPgoFileToArkProfileDir()3349 ErrCode BaseBundleInstaller::ExtractArkProfileFile( in ExtractArkProfileFile() function in OHOS::AppExecFwk::BaseBundleInstaller