Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/
Dexec_region_elf_backed.cc31 const constexpr char* kExecRegionLibraryPath = "/system/lib64/libberberis_exec_region.so"; variable
33 const constexpr char* kExecRegionLibraryPath = "/system/lib/libberberis_exec_region.so"; variable
46 size_t load_size = TinyLoader::CalculateLoadSize(kExecRegionLibraryPath, nullptr); in Create()
59 void* handle = android_dlopen_ext(kExecRegionLibraryPath, RTLD_NOW, &dlextinfo); in Create()
61 FATAL("Couldn't load \"%s\": %s", kExecRegionLibraryPath, dlerror()); in Create()