- Timestamp:
- 2026-03-18T12:46:13Z (29 hours ago)
- Children:
- 6dae798
- Parents:
- 05c9d92
- Location:
- uspace
- Files:
-
- 4 edited
-
lib/c/generic/dirent.c (modified) (1 diff)
-
lib/c/generic/vfs/vfs.c (modified) (1 diff)
-
lib/c/include/dirent.h (modified) (1 diff)
-
srv/vfs/vfs_lookup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/dirent.c
r05c9d92 r34832c3 1 1 /* 2 2 * Copyright (c) 2008 Jakub Jermar 3 * Copyright (c) 2026 Vít Skalický 3 4 * All rights reserved. 4 5 * -
uspace/lib/c/generic/vfs/vfs.c
r05c9d92 r34832c3 1259 1259 * 1260 1260 * @param parent File handle of the parent node where the walk starts 1261 * @param path Parent-relative path to be walked 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. 1262 1266 * @param flags Flags influencing the walk 1263 1267 * @param[out] handle File handle representing the result on success. -
uspace/lib/c/include/dirent.h
r05c9d92 r34832c3 1 1 /* 2 2 * Copyright (c) 2008 Jakub Jermar 3 * Copyright (c) 2026 Vít Skalický 3 4 * All rights reserved. 4 5 * -
uspace/srv/vfs/vfs_lookup.c
r05c9d92 r34832c3 325 325 * 326 326 * @param base The file from which to perform the lookup. 327 * @param path Path to be resolved; it must be a NULL-terminated 328 * string. 327 * @param path Path to be resolved; It must be an absolute path 328 * which get resolved relatively to base; it must be a 329 * NULL-terminated string. Example: If /foo is parent 330 * and path is "/bar/baz", the result would be /foo/bar/baz. 331 * Just "bar/baz" is not valid. 329 332 * @param lflag Flags to be used during lookup. 330 333 * @param result Empty structure where the lookup result will be stored.
Note:
See TracChangeset
for help on using the changeset viewer.
