Home | Sort by relevance Sort by last modified time |
/system/core/libnativebridge/ | |
native_bridge.cc | 35 const char* cpu_abi2; member in struct:android::NativeBridgeRuntimeValues 368 // Reset CPU_ABI & CPU_ABI2 to values required by the apps running with native bridge. 369 if (env_values->cpu_abi != nullptr || env_values->cpu_abi2 != nullptr || 374 SetCpuAbi(env, bclass_id, "CPU_ABI2", env_values->cpu_abi2); |
/art/test/115-native-bridge/ | |
nativebridge.cc | 341 const char* cpu_abi2; member in struct:android::NativeBridgeRuntimeValues 355 .cpu_abi2 = "cpu_abi2", |