HelenOS sources

vfs_stat_path      84 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t r = vfs_stat_path(path, &s);
vfs_stat_path     363 uspace/app/bdsh/cmds/modules/cp/cp.c 			vfs_stat_path(src_dent, &src_s);
vfs_stat_path     364 uspace/app/bdsh/cmds/modules/cp/cp.c 			vfs_stat_path(dest_path, &dest_s);
vfs_stat_path     247 uspace/app/bdsh/cmds/modules/ls/ls.c 		rc = vfs_stat_path(buff, &tosort[nbdirs++].s);
vfs_stat_path     380 uspace/app/bdsh/cmds/modules/ls/ls.c 	if (vfs_stat_path(path, &de->s) != EOK) {
vfs_stat_path     129 uspace/app/bdsh/cmds/modules/touch/touch.c 		    ((no_create) && (vfs_stat_path(buff, &file_stat) == EOK))) {
vfs_stat_path     411 uspace/app/bdsh/compl.c 				if (vfs_stat_path(ent_path, &ent_stat) != EOK) {
vfs_stat_path     193 uspace/app/init/init.c 	if (vfs_stat_path(path, &s) != EOK) {
vfs_stat_path     125 uspace/app/sysinst/futil.c 		rc = vfs_stat_path(srcp, &s);
vfs_stat_path     139 uspace/app/sysinst/rdimg.c 		rc = vfs_stat_path(rdpath, &stat);
vfs_stat_path      97 uspace/lib/c/generic/vfs/mtab.c 		rc = vfs_stat_path(child, &st);
vfs_stat_path     127 uspace/lib/c/generic/vfs/mtab.c 	errno_t rc = vfs_stat_path("/", &st);
vfs_stat_path     111 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_stat_path(const char *, vfs_stat_t *);
vfs_stat_path     555 uspace/lib/device/src/vol.c 		rc = vfs_stat_path(mountp, &stat);
vfs_stat_path     111 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_stat_path(const char *, vfs_stat_t *);
vfs_stat_path     116 uspace/lib/posix/src/sys/stat.c 	if (failed(vfs_stat_path(path, &hst)))
vfs_stat_path     365 uspace/lib/ui/src/filelist.c 		rc = vfs_stat_path(dirent->d_name, &finfo);
vfs_stat_path     148 uspace/srv/devman/driver.c 	if (vfs_stat_path(drv->binary_path, &s) != EOK) {
HelenOS homepage, sources at GitHub