Home
last modified time | relevance | path

Searched defs:dexopt (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl58 void dexopt(@utf8InCpp String apkPath, int uid, @nullable @utf8InCpp String packageName, in dexopt() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java490 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp1673 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() function
H A DInstalldNativeService.cpp2409 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, in dexopt() function in android::installd::InstalldNativeService