]> git.ipfire.org Git - thirdparty/ccache.git/commit
Move Util::get_path_in_cache to PrimaryStorage
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 18 Jul 2021 10:52:23 +0000 (12:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Jul 2021 10:35:23 +0000 (12:35 +0200)
commitb126cc8217285a3706aa730922efe97f417ae05d
treec4efa601482d5e9588480c32fb4321ead616d15a
parentac918801165b60c70cbb7d15399a760ec96bbcd4
Move Util::get_path_in_cache to PrimaryStorage

PrimaryStorage is now the sole user of get_path_in_cache.
src/Util.cpp
src/Util.hpp
src/storage/primary/PrimaryStorage.cpp
src/storage/primary/PrimaryStorage.hpp
unittest/test_Util.cpp