Searched defs:UnixEntry (Results 1 – 1 of 1) sorted by relevance
31 struct UnixEntry : public Entry struct33 UnixEntry(Entry* parent) : Entry(parent) {} in UnixEntry() argument36 UnixEntry() : Entry(ET_UNIX) {} in UnixEntry() function