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

/haiku-buildtools/jam/
H A DStatCacheServerImpl.h78 status_t SetTo(Directory *parent, const char *name);
112 virtual status_t SetTo(Entry *entry);
141 virtual status_t SetTo(Entry *entry);
166 virtual status_t SetTo(Entry *entry);
H A DStatCacheServer.cpp116 // SetTo
118 Entry::SetTo(Directory *parent, const char *name) function in class:Entry
246 // SetTo
248 Node::SetTo(Entry *entry) function in class:Node
377 // SetTo
379 Directory::SetTo(Entry *entry) function in class:Directory
381 return Node::SetTo(entry);
508 // SetTo
510 SymLink::SetTo(Entry *entry) function in class:SymLink
513 status_t error = Node::SetTo(entr
[all...]

Completed in 43 milliseconds