summaryrefslogtreecommitdiff
path: root/src/utils/cpp/file_locking.cpp
AgeCommit message (Collapse)Author
2023-07-13File Locking: only compute absolute path, if not absolute alreadyKlaus Aehlig
... and in this way, ensure we can lock files given by absolute path even if we don't have a working directory. While there, drop uncessary split just to combine of the file name. (cherry picked from 0039bf3dabf0068870e59acfa49683007d378c53)
2023-01-20Utils: Add file locking utility classPaul Cristian Sarbu