Searched refs:copySystemProfile (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1419 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/ |
D | IInstalld.aidl | 79 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 155 binder::Status copySystemProfile(const std::string& systemProfile,
|
D | InstalldNativeService.cpp | 3206 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() function in android::installd::InstalldNativeService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 35737 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
|