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

/haiku/src/build/libroot/
H A Dfs.cpp205 bool skipDot)
210 if ((strcmp(entry->d_name, ".") == 0 && skipDot)
241 find_dir_entry(const char *path, NodeRef ref, string &name, bool skipDot) argument
248 status_t error = find_dir_entry(dir, path, ref, name, skipDot);
204 find_dir_entry(DIR *dir, const char *path, NodeRef ref, string &name, bool skipDot) argument

Completed in 100 milliseconds