Home | History | Annotate | Download | only in tests

Lines Matching defs:loop

43   FuseAppLoop* loop;
47 EXPECT_TRUE(loop->ReplyGetAttr(seq, inode, kTestFileSize, S_IFREG | 0777));
52 EXPECT_TRUE(loop->ReplyLookup(unique, inode, kTestFileSize));
57 loop->ReplySimple(seq, 0);
63 loop->ReplyWrite(seq, 0);
69 loop->ReplySimple(seq, 0);
74 loop->ReplyOpen(seq, inode);
79 loop->ReplySimple(seq, 0);
96 callback_.loop = loop_.get();
286 // Ensure that the loop started.