Searched refs:__system_property_get (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | Properties.h | 30 len = __system_property_get(key, value); in property_get()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | system_properties_test.cc | 26 ASSERT_GT(__system_property_get("ro.build.version.sdk", value), 0); in TEST()
|
/frameworks/libs/modules-utils/build/include/android-modules-utils/ |
D | sdk_level.h | 33 __system_property_get("ro.build.version.codename", codename); in GetCodename()
|
/frameworks/libs/native_bridge_support/android_api/libc/ |
D | stubs_arm64.cpp | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get); 133 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
|
D | stubs_arm.cpp | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get); 131 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
|
D | stubs_riscv64.cpp | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_get); 133 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_get); in init_stub_library()
|
/frameworks/rs/ |
D | rsCppUtils.cpp | 108 len = __system_property_get(key, value); in property_get()
|
/frameworks/rs/cpp/ |
D | rsCppUtils.cpp | 108 len = __system_property_get(key, value); in property_get()
|
/frameworks/base/core/jni/platform/linux/ |
D | libandroid_runtime_export.txt | 44 __system_property_get;
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/ |
D | cpu_features_test.cc | 81 __system_property_get("ro.dalvik.vm.native.bridge", value); in IsNdkTranslation()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/ |
D | cpu_features_test.cc | 88 __system_property_get("ro.dalvik.vm.native.bridge", value); in IsNdkTranslation()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_initializer.cpp | 105 int __system_property_get(const char* key, char* value) { in __system_property_get() function
|
/frameworks/libs/binary_translation/native_bridge/ |
D | native_bridge.cc | 413 if (__system_property_get("ro.berberis.version", version)) { in native_bridge_initialize()
|