Home
last modified time | relevance | path

Searched refs:is_dot_or_dotdot (Results 1 - 4 of 4) sorted by relevance

/third_party/libfuse/example/
H A Dpassthrough_hp.cc688 static bool is_dot_or_dotdot(const char *name) { in is_dot_or_dotdot() function
735 if (is_dot_or_dotdot(entry->d_name)) in do_readdir()
H A Dpassthrough_ll.c635 static int is_dot_or_dotdot(const char *name) in is_dot_or_dotdot() function
686 if (is_dot_or_dotdot(name)) { in lo_do_readdir()
/third_party/libfuse/test/
H A Dtest_syscalls.c82 static int is_dot_or_dotdot(const char *name) { in is_dot_or_dotdot() function
427 if (is_dot_or_dotdot(de->d_name)) in check_dir_contents()
/third_party/libfuse/lib/
H A Dfuse.c3520 static int is_dot_or_dotdot(const char *name) in is_dot_or_dotdot() function
3545 if (!is_dot_or_dotdot(name)) { in fill_dir_plus()

Completed in 13 milliseconds