Home
last modified time | relevance | path

Searched refs:GetLastModifiedIndex (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.h36 LastModifiedIndex *GetLastModifiedIndex() const in GetLastModifiedIndex() function
H A DVolume.h143 LastModifiedIndex *GetLastModifiedIndex() const;
H A DNode.cpp131 if (LastModifiedIndex *index = fVolume->GetLastModifiedIndex()) in SetMTime()
H A DVolume.cpp657 Volume::GetLastModifiedIndex() const in GetLastModifiedIndex() function in Volume
659 return (fIndexDirectory ? fIndexDirectory->GetLastModifiedIndex() : NULL); in GetLastModifiedIndex()