Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dsymbols.py61 results = set()
67 results |= GetFromElf(
70 return results
79 results = set()
81 results |= GetFromElf(os.path.join(lib_dir, f))
82 return results
87 results = set()
89 results |= GetFromElf(glob.glob(os.path.join(lib_dir, f))[-1])
90 return results
/bionic/libc/bionic/
Dgetentropy_linux.c344 uint8_t results[SHA512_DIGEST_LENGTH]; in getentropy_fallback() local
510 HD(results); in getentropy_fallback()
540 SHA512_Final(results, &ctx); in getentropy_fallback()
541 memcpy((char *)buf + i, results, min(sizeof(results), len - i)); in getentropy_fallback()
542 i += min(sizeof(results), len - i); in getentropy_fallback()
544 memset(results, 0, sizeof results); in getentropy_fallback()
/bionic/libdl/
DAndroid.bp57 // few symbols from libc. Using --no-undefined here results in having to link
110 // few symbols from libc. Using --no-undefined here results in having to link