Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp128 long read_value = strtol(cur_, const_cast<char**>(&end), 10); in Get() local
142 } else if (read_value < 0) { in Get()
144 getprogname(), property->c_str(), read_value); in Get()
147 *value = static_cast<size_t>(read_value); in Get()