Searched refs:systemProfile (Results 1 – 3 of 3) sorted by relevance
79 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() argument
155 binder::Status copySystemProfile(const std::string& systemProfile,
3206 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() argument3210 CHECK_ARGUMENT_PATH(systemProfile); in copySystemProfile()3211 if (!base::EndsWith(systemProfile, ".prof")) { in copySystemProfile()3214 systemProfile.c_str())); in copySystemProfile()3224 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()