Searched defs:LockedFile (Results 1 – 1 of 1) sorted by relevance
31 class LockedFile; variable66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function