Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp382 bool Config::GetOption(const char** options_str, std::string* option, std::string* value) { in GetOption() function in Config
440 while (GetOption(&options_str, &option, &value)) { in Init()
DConfig.h124 static bool GetOption(const char** option_str, std::string* option, std::string* value);