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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3048 * Used by attr_dir_open(), and attr_dir_open_fd().
3955 attr_dir_open(int fd, char *path, bool kernel) function in namespace:FSShell
3960 FUNCTION(("attr_dir_open(fd = %d, path = '%s', kernel = %d)\n", fd, path, kernel));
5608 return attr_dir_open(fd, path ? pathBuffer.LockBuffer() : NULL, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5528 Used by attr_dir_open(), and attr_dir_open_fd().
6742 attr_dir_open(int fd, char* path, bool traverseLeafLink, bool kernel) function
6744 FUNCTION(("attr_dir_open(fd = %d, path = '%s', kernel = %d)\n", fd, path,
8750 return attr_dir_open(fd, pathBuffer.LockBuffer(), traverseLeafLink, true);
9775 return attr_dir_open(fd, userPath ? path : NULL, traverseLeafLink, false);

Completed in 48 milliseconds