Searched defs:ObservedDir (Results 1 – 2 of 2) sorted by relevance
29 struct ObservedDir { struct30 ObservedDir( const std::string this_path ) : path { this_path } {} in ObservedDir() argument33 ProtocolInfo* protocolInfo() { return &protocol_info_; } in protocolInfo()35 std::string path;36 typename Driver::DirId dir_id_;38 ProtocolInfo protocol_info_;