Home
last modified time | relevance | path

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

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