Home
last modified time | relevance | path

Searched refs:systemProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl79 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() argument
/frameworks/native/cmds/installd/
DInstalldNativeService.h155 binder::Status copySystemProfile(const std::string& systemProfile,
DInstalldNativeService.cpp3206 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() argument
3210 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()