Home
last modified time | relevance | path

Searched refs:copySystemProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1419 service_->copySystemProfile("/data/app/random.string/package.name.random/base.apk.prof", in TEST_F()
1427 ASSERT_BINDER_FAIL(service_->copySystemProfile("../../secret.dat", kTestAppUid, package_name_, in TEST_F()
1429 ASSERT_BINDER_FAIL(service_->copySystemProfile("/data/user/package.name/secret.data", in TEST_F()
1439 service_->copySystemProfile("/data/app/random.string/package.name.random/base.apk.prof", in TEST_F()
1443 service_->copySystemProfile("/data/app/random.string/package.name.random/base.apk.prof", in TEST_F()
1446 service_->copySystemProfile("/data/app/random.string/package.name.random/base.apk.prof", in TEST_F()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl79 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
/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() function in android::installd::InstalldNativeService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35737 Landroid/os/IInstalld$Stub$Proxy;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/lan…
35820 Landroid/os/IInstalld;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Z