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.aidl49 void dexopt(@utf8InCpp String apkPath, int uid, @nullable @utf8InCpp String packageName, in dexopt() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java303 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() method in Installer
/frameworks/native/cmds/installd/
Ddexopt.cpp2008 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() function
DInstalldNativeService.cpp2091 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, in dexopt() function in android::installd::InstalldNativeService