Changeset 61097 in vbox for trunk/include/iprt/linux
- Timestamp:
- May 20, 2016 1:24:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/linux/sysfs.h
r60427 r61097 132 132 * Reads a string from a file opened with RTLinuxSysFsOpen or RTLinuxSysFsOpenV. 133 133 * 134 * Expects to read the whole file, mind, and will return VERR_BUFFER_OVERFLOW if 135 * that is not possible with the given buffer size. 136 * 134 137 * @returns IPRT status code. 135 138 * @param hFile The file descriptor returned by RTLinuxSysFsOpen or RTLinuxSysFsOpenV. … … 315 318 316 319 /** 317 * Reads a string from a sysfs file. If the file contains a newline, we only 318 * return the text up until there. 320 * Reads a string from a sysfs file. 321 * 322 * If the file contains a newline, we only return the text up until there. This 323 * differs from the RTLinuxSysFsReadStr() behaviour. 319 324 * 320 325 * @returns IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.