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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp126 inode->LastModifiedTime(), bfs_inode::ToSecs(inode->LastModifiedTime()),
127 (unsigned)bfs_inode::ToNsecs(inode->LastModifiedTime()));
H A DInode.h97 { return fNode.LastModifiedTime(); }
181 = Node().LastModifiedTime(); }
H A Dbfs.h228 int64 LastModifiedTime() const function in struct:BFS::bfs_inode
H A Dkernel_interface.cpp54 stat.st_mtim.tv_sec = bfs_inode::ToSecs(node.LastModifiedTime());
55 stat.st_mtim.tv_nsec = bfs_inode::ToNsecs(node.LastModifiedTime());
61 if (changeTime < node.LastModifiedTime())
H A DQuery.cpp414 value.Int64 = inode->Node().LastModifiedTime();

Completed in 62 milliseconds