Home
last modified time | relevance | path

Searched refs:PROP_NAME_MAX (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsystem_properties_test.cc31 char name[PROP_NAME_MAX]; in ForEachCallback()
/frameworks/base/core/java/android/os/
DSystemProperties.java71 public static final int PROP_NAME_MAX = Integer.MAX_VALUE; field in SystemProperties