Searched refs:_default (Results 1 – 4 of 4) sorted by relevance
/system/core/libcutils/include/cutils/ |
D | config_utils.h | 49 int config_bool(cnode *root, const char *name, int _default); 52 const char* config_str(cnode *root, const char *name, const char *_default);
|
/system/core/libcutils/include_vndk/cutils/ |
D | config_utils.h | 49 int config_bool(cnode *root, const char *name, int _default); 52 const char* config_str(cnode *root, const char *name, const char *_default);
|
/system/core/logd/ |
D | LogWhiteBlackList.cpp | 78 static const char _default[] = "default"; in init() local 81 if (str && !strcmp(str, _default)) { in init() 95 property_get("ro.logd.filter", property, _default); in init() 99 if (strcmp(property, _default)) { in init() 105 if (filter == _default) { in init()
|
/system/core/libcutils/ |
D | config_utils.c | 67 int config_bool(cnode *root, const char *name, int _default) in config_bool() argument 73 return _default; in config_bool() 85 const char* config_str(cnode *root, const char *name, const char *_default) in config_str() argument 91 return _default; in config_str()
|