Searched refs:isas (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 114 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
|
D | dexopt.cpp | 2097 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()
|
D | InstalldNativeService.cpp | 3611 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/ |
D | IInstalld.aidl | 103 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile() argument
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 422 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()
|