Changeset 1b20da0 in mainline for uspace/lib/c/generic/vfs/vfs.c
- Timestamp:
- 2018-02-28T17:52:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
rdf6ded8 r1b20da0 63 63 * - functions that operate on integer file handles, such as: 64 64 * vfs_walk(), vfs_open(), vfs_read(), vfs_link(), ... 65 * 65 * 66 66 * - functions that operate on paths, such as: 67 67 * vfs_lookup(), vfs_link_path(), vfs_unlink_path(), vfs_rename_path(), ... … … 1079 1079 } 1080 1080 1081 /** Get file information 1081 /** Get file information 1082 1082 * 1083 1083 * @param path File path to get information about … … 1143 1143 vfs_put(file); 1144 1144 1145 return rc; 1145 return rc; 1146 1146 } 1147 1147
Note:
See TracChangeset
for help on using the changeset viewer.