Searched refs:fRootDir (Results 1 – 2 of 2) sorted by relevance
91 fRootDir(NULL), in Volume()113 if (fRootDir) in ~Volume()114 RemoveNode(fRootDir); in ~Volume()126 delete fRootDir; in ~Volume()170 fRootDir = new(std::nothrow) Directory(this, st); in Init()171 if (!fRootDir) in Init()190 return fRootDir; in GetRootDirectory()197 return fRootDir->GetID(); in GetRootID()
41 Directory* fRootDir; variable