Changes in uspace/lib/c/generic/vfs/vfs.c [34832c3:01900b6] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/vfs/vfs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r34832c3 r01900b6 1259 1259 * 1260 1260 * @param parent File handle of the parent node where the walk starts 1261 * @param path Parent-relative absolute path to be walked (an 1262 * absolute path with the parent being the root). 1263 * If /foo is parent and path is "/bar/baz", the 1264 * result would be /foo/bar/baz. Just "bar/baz" is 1265 * not valid. 1261 * @param path Parent-relative path to be walked 1266 1262 * @param flags Flags influencing the walk 1267 1263 * @param[out] handle File handle representing the result on success.
Note:
See TracChangeset
for help on using the changeset viewer.
