Searched refs:VerifyValueEmpty (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/malloc_debug/ |
D | Config.cpp | 97 "backtrace_full", {BACKTRACE_FULL, &Config::VerifyValueEmpty}, 122 "leak_track", {LEAK_TRACK | TRACK_ALLOCS, &Config::VerifyValueEmpty}, 133 "verify_pointers", {TRACK_ALLOCS, &Config::VerifyValueEmpty}, 136 "abort_on_error", {ABORT_ON_ERROR, &Config::VerifyValueEmpty}, 139 "verbose", {VERBOSE, &Config::VerifyValueEmpty}, 261 if (Config::VerifyValueEmpty(option, value)) { in SetBacktraceDumpOnExit() 317 bool Config::VerifyValueEmpty(const std::string& option, const std::string& value) { in VerifyValueEmpty() function in Config
|
D | Config.h | 129 bool VerifyValueEmpty(const std::string& option, const std::string& value);
|