Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp397 auto process_func = info->process_func; in Init() local
398 if (process_func != nullptr && !(this->*process_func)(option, value)) { in Init()
DConfig.h99 bool (Config::*process_func)(const std::string&, const std::string&);