Home
last modified time | relevance | path

Searched defs:_default (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dconfig_utils.cpp66 int config_bool(cnode *root, const char *name, int _default) in config_bool()
84 const char* config_str(cnode *root, const char *name, const char *_default) in config_str()
/system/core/logd/
DLogWhiteBlackList.cpp78 static const char _default[] = "default"; in init() local