Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl61 boolean dexopt(@utf8InCpp String apkPath, int uid, @utf8InCpp String packageName, in dexopt() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java595 public boolean dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() method in Installer
/frameworks/native/cmds/installd/
Ddexopt.cpp1787 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() function
DInstalldNativeService.cpp3267 binder::Status InstalldNativeService::dexopt( in dexopt() function in android::installd::InstalldNativeService