![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <fs.h>
Public Member Functions | |
| FileLock ()=delete | |
| FileLock (const FileLock &)=delete | |
| FileLock (FileLock &&)=delete | |
| FileLock (const fs::path &file) | |
| ~FileLock () | |
| bool | TryLock () |
| std::string | GetReason () |
Private Attributes | |
| std::string | reason |
| int | fd = -1 |
|
delete |
|
delete |
|
delete |
|
explicit |
| bool fsbridge::FileLock::TryLock | ( | ) |