Searched refs:reconcileSecondaryDexFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 102 boolean reconcileSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in reconcileSecondaryDexFile() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 574 public boolean reconcileSecondaryDexFile(String apkPath, String packageName, int uid, in reconcileSecondaryDexFile() method in Installer 582 return mInstalld.reconcileSecondaryDexFile(apkPath, packageName, uid, isas, in reconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 155 binder::Status reconcileSecondaryDexFile(const std::string& dexPath,
|
D | InstalldNativeService.cpp | 2796 binder::Status InstalldNativeService::reconcileSecondaryDexFile( in reconcileSecondaryDexFile() function in android::installd::InstalldNativeService
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 670 dexStillExists = mInstaller.reconcileSecondaryDexFile(dexPath, packageName, in reconcileSecondaryDexFiles()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 408 binder::Status result = service_->reconcileSecondaryDexFile( in reconcile_secondary_dex()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15473 HPLandroid/os/IInstalld$Stub$Proxy;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…
|
/frameworks/base/services/ |
D | art-profile | 23992 HPLcom/android/server/pm/Installer;->reconcileSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;…
|