Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DTrackData.cpp87 bool found = headers_.count(header); in Contains() local
89 return found; in Contains()
DConfig.cpp338 bool found = false; in SetFromProperties() local
360 found = true; in SetFromProperties()
364 if (valid && !found) { in SetFromProperties()
DREADME_api.md51 <i>num\_backtrace\_frames</i> contains the real number of frames found. The
DREADME.md189 before the verification occurs. This is the error message that will be found
215 Example leak error found in the log:
/bionic/libc/dns/net/
Dgetnameinfo.c191 goto found; in getnameinfo_inet()
195 found: in getnameinfo_inet()
Dgetaddrinfo.c2069 goto found; in _gethtent()
2073 found: in _gethtent()
/bionic/libc/kernel/
DREADME.TXT19 Contains the uapi kernel headers found in the android kernel. Note this
/bionic/linker/
Dlinker.cpp1265 soinfo** found, SymbolName& symbol_name, in ElfW()
1282 *found = current_soinfo; in ElfW()
1295 soinfo** found,
1301 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, in ElfW()
1311 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW()
1315 return dlsym_handle_lookup(si, nullptr, found, symbol_name, vi); in ElfW()
1326 soinfo** found, in ElfW()
1359 *found = si; in ElfW()
1370 (handle == RTLD_NEXT) ? caller : nullptr, found, symbol_name, vi); in ElfW()
1375 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
[all …]
/bionic/libc/stdio/
Dstdio.cpp137 goto found; in __sfp()
148 found: in __sfp()