HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_get (Results 1 - 15 of 15) sorted by null

  /hardware/ril/reference-ril/
misc.c 37 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0);
  /cts/tests/tests/os/jni/
android_os_cts_HardwareName.cpp 25 if (__system_property_get("ro.boot.hardware", name) <= 0) {
  /frameworks/compile/libbcc/lib/
Properties.h 30 len = __system_property_get(key, value);
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestBase.cpp 27 __system_property_get(name, value);
  /bionic/tests/
system_properties_test2.cpp 54 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue));
66 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue));
71 ASSERT_EQ(8, __system_property_get(property_name.c_str(), propvalue));
85 ASSERT_EQ(6, __system_property_get(long_property_name.c_str(), propvalue));
141 ASSERT_EQ(0, __system_property_get(property_name.c_str(), propvalue));
  /bionic/libc/include/sys/
system_properties.h 93 int __system_property_get(const char* __name, char* __value);
  /external/perfetto/test/cts/
end_to_end_integrationtest_cts.cc 39 int ret = __system_property_get("ro.build.characteristics", chars);
  /frameworks/rs/
rsCppUtils.cpp 108 len = __system_property_get(key, value);
  /libnativehelper/
JniInvocation.cpp 38 __system_property_get("ro.debuggable", debuggable);
47 return __system_property_get("persist.sys.dalvik.vm.lib.2", buffer);
  /bionic/libc/bionic/
system_property_api.cpp 88 int __system_property_get(const char* name, char* value) { function
malloc_common.cpp 349 (__system_property_get(HOOKS_PROPERTY_ENABLE, *options) == 0 || *options[0] == '\0' || *options[0] == '0')) {
360 if (__system_property_get(DEBUG_PROPERTY_OPTIONS, *options) == 0 || *options[0] == '\0') {
366 if (__system_property_get(DEBUG_PROPERTY_PROGRAM, program) != 0 &&
system_property_set.cpp 234 if (__system_property_get(kServiceVersionPropertyName, value) == 0) {
  /bionic/linker/
linker_logger.cpp 84 __system_property_get(property_name.c_str(), buffer);
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_mmap.cpp 47 if (__system_property_get(propName, valueText) <= 0) {
  /system/core/libcutils/
properties.cpp 115 int len = __system_property_get(key, value);

Completed in 458 milliseconds