Searched defs:file_hierarchy (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-tools-utils.cc | 1841 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir() local 2156 FTS *file_hierarchy = fts_open(paths, in find_file_under_dir() local 2294 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_and_module_paths() local 2336 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_path() local
|
/external/libabigail/tools/ |
D | abipkgdiff.cc | 1830 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir() local 2199 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir() local
|