Home
last modified time | relevance | path

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

/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp29 static const char property_value[] = "[HOST]"; variable
30 #define PROPERTY_VALUE_MAX (sizeof(property_value) - 1)
33 memcpy(value, property_value, PROPERTY_VALUE_MAX); in property_get()
/frameworks/base/core/java/android/os/
DZygoteProcess.java570 String property_value = SystemProperties.get("wrap." + niceName); in commandSupportedByUsap() local
571 if (property_value != null && property_value.length() != 0) { in commandSupportedByUsap()