Home
last modified time | relevance | path

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

/external/musl/src/misc/
Drealpath.c19 int check_dir=0; in realpath() local
44 check_dir=0; in realpath()
58 if (!l && !check_dir) break; in realpath()
93 if (!check_dir) goto skip_readlink; in realpath()
104 check_dir = 0; in realpath()
111 check_dir = stack[p]; in realpath()
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dcheck-doxy-blocks.pl61 sub check_dir { subroutine
73 check_dir($dir)
/external/mbedtls/tests/scripts/
Dcheck-doxy-blocks.pl61 sub check_dir { subroutine
73 check_dir($dir)
/external/libwebm/common/
Dcommon.sh27 check_dir() { function
/external/autotest/utils/
Drun_pylint.py339 def check_dir(dir_path, base_opts): function
523 return check_dir('.', pylint_base_opts)
/external/libwebm/
Diosbuild.sh39 check_dir libwebm
/external/libabigail/include/
Dabg-tools-utils.h55 bool check_dir(const string& path, ostream& out, const string& prog_name="");
/external/python/cffi/c/
Dtest_c.py103 def check_dir(p, expected): function
111 check_dir(p, ['cname', 'kind'])
280 check_dir(p2, ['cname', 'kind', 'item'])
501 check_dir(p, ['kind', 'cname'])
532 check_dir(p1, ['cname', 'kind', 'item', 'length'])
538 check_dir(p1, ['cname', 'kind', 'item', 'length'])
753 check_dir(BStruct, ['cname', 'kind', 'fields'])
4236 check_dir(p, [])
4238 check_dir(p, [])
4241 check_dir(p, []) # opaque
[all …]
/external/libabigail/tools/
Dabidw.cc935 if (!abigail::tools_utils::check_dir(opts.in_file_path, cerr, argv[0])) in main()
/external/jemalloc_new/
DMakefile.in483 check_dir: check_unit_dir check_integration_dir
/external/libabigail/src/
Dabg-tools-utils.cc763 check_dir(const string& path, ostream& out, const string& prog_name) in check_dir() function
/external/libabigail/
DChangeLog14200 * include/abg-tools-utils.h (check_dir)
14208 * src/abg-tools-utils.cc (check_dir): Define new function.