Searched refs:is_dir (Results 1 – 4 of 4) sorted by relevance
125 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
620 bool is_dir(const char* pathname);
880 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd); in AddDir()3793 bool is_dir(const char* pathname) { in is_dir() function