Searched refs:is_dir (Results 1 – 5 of 5) sorted by relevance
110 int (*exclusion_predicate)(const char *name, const int is_dir),
437 int (*exclusion_predicate)(const char *name, const int is_dir)) in _delete_dir_contents() argument
447 bool is_dir(const char* pathname);
1133 bool is_dir(const char* pathname) { in is_dir() function
833 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd); in AddDir()