Searched defs:property_get (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DProperties.h28 static inline int property_get(const char *key, char *value, const char *default_value) { function
46 property_get(str, buf, "0");
/frameworks/rs/cpp/
H A DrsCppUtils.cpp105 // Implementation of property_get from libcutils
106 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript
/frameworks/rs/
H A DrsCppUtils.cpp105 // Implementation of property_get from libcutils
106 int property_get(const char *key, char *value, const char *default_value) { function in namespace:android::renderscript
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp31 static int property_get(const char *key, char *value, const char *default_value) { function
243 header->mBuildIdLength = property_get("ro.build.id", buildId, "");
296 int len = property_get("ro.build.id", buildId, "");

Completed in 361 milliseconds