Searched refs:exists (Results 1 – 13 of 13) sorted by relevance
40 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists) { in __bionic_getauxval() argument43 *exists = true; in __bionic_getauxval()47 *exists = false; in __bionic_getauxval()52 bool exists; in getauxval() local53 unsigned long result = __bionic_getauxval(type, &exists); in getauxval()54 if (!exists) errno = ENOENT; in getauxval()
82 if os.path.exists(path):98 if os.path.exists(dst):131 if not os.path.exists(os.path.dirname(dst)):
87 if not os.path.exists(src_file):
53 if os.path.exists(os.path.join(mod_src_dir, rel_path)):
108 if not os.path.exists(path):
33 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists);
27 if os.path.exists("expected_fail"):
206 if candidate_path.exists():
395 if out.exists(): shutil.rmtree(out)
13 that target Clang should use very similar mechanics. This document exists in part476 This exists as a way for us to call `__builtin_open` without needing clang to787 FORTIFY exists mostly for visual consistency, simplicity, and as a useful way to
349 whether a process exists rather than actually sending a
79 possible, this call should clear thread cached memory if it exists. The
628 MAP\_NAME is the name of the map in which the backtrace pc exists. If there is