Home
last modified time | relevance | path

Searched defs:isas (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java530 String[] isas = dexUseInfo.getLoaderIsas().toArray(new String[0]); in reconcileSecondaryDexFiles() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl97 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java532 String[] isas, @Nullable String volumeUuid, int flags) throws InstallerException { in reconcileSecondaryDexFile()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp401 std::vector<std::string> isas; in reconcile_secondary_dex() local
/frameworks/native/cmds/installd/
Ddexopt.cpp2327 const std::string& pkgname, int uid, const std::vector<std::string>& isas, in reconcile_secondary_dex_file()
DInstalldNativeService.cpp2896 const std::vector<std::string>& isas, const std::optional<std::string>& volumeUuid, in reconcileSecondaryDexFile()