Searched defs:isas (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 530 String[] isas = dexUseInfo.getLoaderIsas().toArray(new String[0]); in reconcileSecondaryDexFiles() local
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 97 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 532 String[] isas, @Nullable String volumeUuid, int flags) throws InstallerException { in reconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 401 std::vector<std::string> isas; in reconcile_secondary_dex() local
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 2327 const std::string& pkgname, int uid, const std::vector<std::string>& isas, in reconcile_secondary_dex_file()
|
D | InstalldNativeService.cpp | 2896 const std::vector<std::string>& isas, const std::optional<std::string>& volumeUuid, in reconcileSecondaryDexFile()
|