Searched defs:FileLock (Results 1 – 2 of 2) sorted by relevance
42 void ConnectedDevicesStorage::WriteDevices(const FileLock&, const std::set<std::string>& devices) { in WriteDevices()48 std::set<std::string> ConnectedDevicesStorage::ReadDevices(const FileLock&) { in ReadDevices()55 void ConnectedDevicesStorage::Clear(const FileLock&) { in Clear()
101 FileLock::FileLock(const std::string& path) : fd_(open(path.c_str(), O_CREAT | O_WRONLY, 0644)) { in FileLock() function in FileLock