Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DProperties.h30 len = __system_property_get(key, value); in property_get()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsystem_properties_test.cc26 ASSERT_GT(__system_property_get("ro.build.version.sdk", value), 0); in TEST()
/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dsdk_level.h33 __system_property_get("ro.build.version.codename", codename); in GetCodename()
/frameworks/libs/native_bridge_support/android_api/libc/
Dstubs_arm64.cpp31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
Dstubs_arm.cpp31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get);
131 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
Dstubs_riscv64.cpp31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
/frameworks/rs/
DrsCppUtils.cpp108 len = __system_property_get(key, value); in property_get()
/frameworks/rs/cpp/
DrsCppUtils.cpp108 len = __system_property_get(key, value); in property_get()
/frameworks/base/core/jni/platform/linux/
Dlibandroid_runtime_export.txt44 __system_property_get;
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/
Dcpu_features_test.cc81 __system_property_get("ro.dalvik.vm.native.bridge", value); in IsNdkTranslation()
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/
Dcpu_features_test.cc88 __system_property_get("ro.dalvik.vm.native.bridge", value); in IsNdkTranslation()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_initializer.cpp105 int __system_property_get(const char* key, char* value) { in __system_property_get() function
/frameworks/libs/binary_translation/native_bridge/
Dnative_bridge.cc413 if (__system_property_get("ro.berberis.version", version)) { in native_bridge_initialize()