Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgetauxval.cpp40 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists) { in __bionic_getauxval() argument
43 *exists = true; in __bionic_getauxval()
47 *exists = false; in __bionic_getauxval()
52 bool exists; in getauxval() local
53 unsigned long result = __bionic_getauxval(type, &exists); in getauxval()
54 if (!exists) errno = ENOENT; in getauxval()
/bionic/libc/kernel/tools/
Dutils.py82 if os.path.exists(path):
98 if os.path.exists(dst):
131 if not os.path.exists(os.path.dirname(dst)):
Dclean_header.py87 if not os.path.exists(src_file):
Dupdate_all.py53 if os.path.exists(os.path.join(mod_src_dir, rel_path)):
Dkernel.py108 if not os.path.exists(path):
/bionic/libc/private/
Dbionic_auxv.h33 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists);
/bionic/tools/versioner/
Drun_tests.py27 if os.path.exists("expected_fail"):
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py206 if candidate_path.exists():
Dgen_bench.py395 if out.exists(): shutil.rmtree(out)
/bionic/docs/
Dclang_fortify_anatomy.md13 that target Clang should use very similar mechanics. This document exists in part
476 This exists as a way for us to call `__builtin_open` without needing clang to
787 FORTIFY exists mostly for visual consistency, simplicity, and as a useful way to
Dstatus.md349 whether a process exists rather than actually sending a
Dnative_allocator.md79 possible, this call should clear thread cached memory if it exists. The
/bionic/libc/malloc_debug/
DREADME.md628 MAP\_NAME is the name of the map in which the backtrace pc exists. If there is