Searched refs:thisDir (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.cpp231 FileInfo* thisDir = new FileInfo; local
234 entry.GetRef(&thisDir->ref);
235 thisDir->parent = parent;
236 thisDir->count = 0;
240 delete thisDir;
257 child->parent = thisDir;
259 thisDir->children.push_back(child);
271 thisDir->children.push_back(_GetFileInfo(&childDir, thisDir));
273 thisDir
[all...]

Completed in 82 milliseconds