Searched refs:kExecRegionLibraryPath (Results 1 – 1 of 1) sorted by relevance
31 const constexpr char* kExecRegionLibraryPath = "/system/lib64/libberberis_exec_region.so"; variable33 const constexpr char* kExecRegionLibraryPath = "/system/lib/libberberis_exec_region.so"; variable46 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()