| 2016 | } |
| 2017 | |
| 2018 | static void TestOtherThread(fs::path dirname, std::string lockname, bool *result) |
| 2019 | { |
| 2020 | *result = LockDirectory(dirname, lockname); |
| 2021 | } |
| 2022 | |
| 2023 | #ifndef WIN32 // Cannot do this test on WIN32 due to lack of fork() |
| 2024 | static constexpr char LockCommand = 'L'; |
nothing calls this directly
no test coverage detected