int fu_write_to_filedesc(int, const char *, size_t)
Write data block to filedescriptor.
int fu_assign_stream(int, FILE **, const char *)
Assign I/O stream to open file.
int fu_read_from_filedesc(int, char *, size_t *)
Read data block to filedescriptor.
int fu_lock_file(int)
Lock file for writing.
int fu_create_path(const char *, posix_mode_t)
Create path.
int fu_unlink_file(const char *)
Unlink file.
int fu_delete_tree(const char *)
Delete directory tree.
int fu_sync(int, FILE *)
Flush buffers of file.
void fu_close_file(int *, FILE **)
Close file (and potentially associated I/O stream)
int fu_check_path(const char *)
Check path.
int fu_read_whole_file(int, char **, size_t *)
Read text file content and store it into memory buffer.
int fu_check_file(const char *, struct_posix_stat *)
Check whether file exist.
int fu_open_file(const char *, int *, int, posix_mode_t)
Open file.
Generated at 2024-04-27 using