Searched refs:is_dir (Results 1 – 5 of 5) sorted by relevance
122 int (*exclusion_predicate)(const char *name, const int is_dir),
479 int (*exclusion_predicate)(const char *name, const int is_dir)) in _delete_dir_contents() argument
584 bool is_dir(const char* pathname);
892 bool is_dir(const char* pathname) { in is_dir() function
909 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd); in AddDir()