HelenOS sources

vfs_cwd_get        57 uspace/app/bdsh/cmds/builtins/cd/cd.c 	errno_t rc = vfs_cwd_get(previous_directory_tmp, PATH_MAX);
vfs_cwd_get       467 uspace/app/bdsh/cmds/modules/ls/ls.c 		if (vfs_cwd_get(de.name, PATH_MAX) != EOK) {
vfs_cwd_get        61 uspace/app/bdsh/cmds/modules/pwd/pwd.c 	if (vfs_cwd_get(buff, PATH_MAX) != EOK) {
vfs_cwd_get       115 uspace/app/bdsh/cmds/modules/rm/rm.c 	if (EOK != vfs_cwd_get(rm->owd, PATH_MAX))
vfs_cwd_get        67 uspace/app/bdsh/util.c 	if (vfs_cwd_get(usr->cwd, PATH_MAX) != EOK)
vfs_cwd_get       133 uspace/lib/c/generic/loader.c 	if (vfs_cwd_get(cwd, MAX_PATH_LEN + 1) != EOK)
vfs_cwd_get        85 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_cwd_get(char *path, size_t);
vfs_cwd_get        85 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_cwd_get(char *path, size_t);
vfs_cwd_get       134 uspace/lib/posix/src/unistd.c 	if (failed(vfs_cwd_get(buf, size)))
vfs_cwd_get       338 uspace/lib/ui/src/filelist.c 	rc = vfs_cwd_get(newdir, sizeof(newdir));
HelenOS homepage, sources at GitHub