Home
last modified time | relevance | path

Searched refs:isas (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h114 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
Ddexopt.cpp2097 const std::string& pkgname, int uid, const std::vector<std::string>& isas, in reconcile_secondary_dex_file() argument
2101 if (isas.size() == 0) { in reconcile_secondary_dex_file()
2146 for (size_t i = 0; i < isas.size(); i++) { in reconcile_secondary_dex_file()
2149 dex_path,isas[i], oat_dir, oat_isa_dir, oat_path, &error_msg)) { in reconcile_secondary_dex_file()
DInstalldNativeService.cpp3611 const std::vector<std::string>& isas, const std::optional<std::string>& volumeUuid, in reconcileSecondaryDexFile() argument
3621 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl103 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile() argument
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp422 std::vector<std::string> isas; in reconcile_secondary_dex() local
423 isas.push_back(kRuntimeIsa); in reconcile_secondary_dex()
429 isas, in reconcile_secondary_dex()