Searched refs:vfs_watch_msg_t (Results 1 – 2 of 2) sorted by relevance
52 size_t mlen = sizeof(vfs_watch_msg_t) + slen; in AddMsg()60 …vfs_watch_msg_t* vmsg = reinterpret_cast<vfs_watch_msg_t*>((uintptr_t)watch_buf_ + watch_buf_size_… in AddMsg()149 uint8_t msg[sizeof(vfs_watch_msg_t) + name.length()]; in Notify()150 vfs_watch_msg_t* vmsg = reinterpret_cast<vfs_watch_msg_t*>(msg); in Notify()
48 } vfs_watch_msg_t; typedef
Completed in 4 milliseconds