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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3338 dir_open(int fd, char *path, bool kernel) function in namespace:FSShell
3342 FUNCTION(("dir_open: fd: %d, entry path = '%s', kernel %d\n", fd, path, kernel));
5234 return dir_open(fd, pathBuffer.LockBuffer(), true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6016 dir_open(int fd, char* path, bool kernel) function
6018 FUNCTION(("dir_open: fd: %d, entry path = '%s', kernel %d\n", fd, path,
8413 return dir_open(fd, pathBuffer.LockBuffer(), true);
9168 return dir_open(fd, NULL, false);
9182 return dir_open(fd, buffer, false);
9212 int parentFD = dir_open(fd, (char*)"..", kernel);

Completed in 64 milliseconds