HelenOS sources

vfs_unlink_path   243 uspace/app/bdsh/cmds/modules/cp/cp.c 				rc = vfs_unlink_path(dest_path);
vfs_unlink_path   255 uspace/app/bdsh/cmds/modules/cp/cp.c 					rc = vfs_unlink_path(dest_path);
vfs_unlink_path   135 uspace/app/bdsh/cmds/modules/rm/rm.c 	if (vfs_unlink_path(path) != EOK) {
vfs_unlink_path   208 uspace/app/bdsh/cmds/modules/rm/rm.c 	rc = vfs_unlink_path(path);
vfs_unlink_path   216 uspace/app/bdsh/cmds/modules/rm/rm.c 	rc = vfs_unlink_path(path);
vfs_unlink_path    55 uspace/app/tester/mm/pager1.c 	(void) vfs_unlink_path(TEST_FILE);
vfs_unlink_path   122 uspace/app/tester/vfs/vfs1.c 	if (vfs_unlink_path(TEST_FILE2) != EOK)
vfs_unlink_path   126 uspace/app/tester/vfs/vfs1.c 	if (vfs_unlink_path(TEST_DIRECTORY) != EOK)
vfs_unlink_path   106 uspace/lib/c/generic/stdio.c 	rc = vfs_unlink_path(path);
vfs_unlink_path   124 uspace/lib/c/generic/tmpfile.c 	(void) vfs_unlink_path(namebuf);
vfs_unlink_path   116 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_unlink_path(const char *);
vfs_unlink_path   219 uspace/lib/pcut/src/os/helenos.c 	vfs_unlink_path(tempfile_name);
vfs_unlink_path   116 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_unlink_path(const char *);
vfs_unlink_path   354 uspace/lib/posix/src/unistd.c 	if (failed(vfs_unlink_path(path)))
vfs_unlink_path   368 uspace/lib/posix/src/unistd.c 	if (failed(vfs_unlink_path(path)))
vfs_unlink_path   651 uspace/srv/volsrv/part.c 		rc = vfs_unlink_path(part->cur_mp);
HelenOS homepage, sources at GitHub