Home
last modified time | relevance | path

Searched defs:PROP_VALUE_MAX (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h26 #define PROP_VALUE_MAX 92 macro
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h26 #define PROP_VALUE_MAX 92 macro
/aosp14/system/core/init/
H A Dhost_init_stubs.h37 #define PROP_VALUE_MAX 92 macro
/aosp14/frameworks/base/core/java/android/os/
H A DSystemProperties.java67 public static final int PROP_VALUE_MAX = 91; field in SystemProperties