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

  /bionic/libc/malloc_debug/
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)) {
317 bool Config::VerifyValueEmpty(const std::string& option, const std::string& value) {
Config.h 129 bool VerifyValueEmpty(const std::string& option, const std::string& value);

Completed in 60 milliseconds