Searched defs:dexopt (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 49 void dexopt(@utf8InCpp String apkPath, int uid, @nullable @utf8InCpp String packageName, in dexopt() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 303 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() method in Installer
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 2008 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() function
|
D | InstalldNativeService.cpp | 2091 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, in dexopt() function in android::installd::InstalldNativeService
|