Searched refs:check_dir (Results 1 – 12 of 12) sorted by relevance
/external/musl/src/misc/ |
D | realpath.c | 19 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/ |
D | check-doxy-blocks.pl | 61 sub check_dir { subroutine 73 check_dir($dir)
|
/external/mbedtls/tests/scripts/ |
D | check-doxy-blocks.pl | 61 sub check_dir { subroutine 73 check_dir($dir)
|
/external/libwebm/common/ |
D | common.sh | 27 check_dir() { function
|
/external/autotest/utils/ |
D | run_pylint.py | 339 def check_dir(dir_path, base_opts): function 523 return check_dir('.', pylint_base_opts)
|
/external/libwebm/ |
D | iosbuild.sh | 39 check_dir libwebm
|
/external/libabigail/include/ |
D | abg-tools-utils.h | 55 bool check_dir(const string& path, ostream& out, const string& prog_name="");
|
/external/python/cffi/c/ |
D | test_c.py | 103 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/ |
D | abidw.cc | 935 if (!abigail::tools_utils::check_dir(opts.in_file_path, cerr, argv[0])) in main()
|
/external/jemalloc_new/ |
D | Makefile.in | 483 check_dir: check_unit_dir check_integration_dir
|
/external/libabigail/src/ |
D | abg-tools-utils.cc | 763 check_dir(const string& path, ostream& out, const string& prog_name) in check_dir() function
|
/external/libabigail/ |
D | ChangeLog | 14200 * include/abg-tools-utils.h (check_dir) 14208 * src/abg-tools-utils.cc (check_dir): Define new function.
|