]> git.ipfire.org Git - thirdparty/ccache.git/commit
enhance: Add util::{read_fd,read_file,write_file} functions
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Aug 2022 05:39:24 +0000 (07:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Aug 2022 20:13:31 +0000 (22:13 +0200)
commit6f227afd935aee61e6ad32c85b570a16c3709957
tree4ab330df07dd0c98ccc4d85ab9aa4b5842376b5b
parent94508882ca6a9b715b02de5d9f2d14de69496af7
enhance: Add util::{read_fd,read_file,write_file} functions
cmake/config.h.in
src/util/file.cpp
src/util/file.hpp
src/util/types.hpp [new file with mode: 0644]
unittest/CMakeLists.txt
unittest/test_util_file.cpp [new file with mode: 0644]