]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Move Util::is_absolute_path_with_prefix to util
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jan 2024 13:53:01 +0000 (14:53 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jan 2024 13:53:01 +0000 (14:53 +0100)
commitac05df21de6a72d50614ee64c6e4752846625593
treee4dba22fb013e4f6471f0c55647d05829c831b22
parent977c21e9ec9ce79089ffab01ef77755fc4cba5bd
refactor: Move Util::is_absolute_path_with_prefix to util
src/Util.cpp
src/Util.hpp
src/argprocessing.cpp
src/util/string.cpp
src/util/string.hpp
unittest/test_Util.cpp
unittest/test_util_string.cpp