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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp5031 set_cwd(int fd, char *path, bool kernel) function in namespace:FSShell
5039 FUNCTION(("set_cwd: path = \'%s\'\n", path));
5688 return set_cwd(fd, path != NULL ? pathBuffer.LockBuffer() : NULL, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8157 set_cwd(int fd, char* path, bool kernel) function
8162 FUNCTION(("set_cwd: path = \'%s\'\n", path));
8831 return set_cwd(fd, pathBuffer.LockBuffer(), true);
10068 return set_cwd(fd, userPath != NULL ? path : NULL, false);

Completed in 80 milliseconds