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

  /system/core/nexus/
Property.cpp 61 StringPropertyHelper::StringPropertyHelper(const char *name, bool ro,
68 int StringPropertyHelper::set(int idx, const char *value) {
70 LOGW("Attempt to use array index on StringPropertyHelper::set");
78 int StringPropertyHelper::get(int idx, char *buffer, size_t max) {
80 LOGW("Attempt to use array index on StringPropertyHelper::get");
Property.h 68 class StringPropertyHelper : public StringProperty {
72 StringPropertyHelper(const char *name, bool ro,

Completed in 78 milliseconds