Home
last modified time | relevance | path

Searched refs:ReplyGetAttr (Results 1 – 3 of 3) sorted by relevance

/system/core/libappfuse/include/libappfuse/
DFuseAppLoop.h54 bool ReplyGetAttr(uint64_t unique, uint64_t inode, int64_t size, int mode);
/system/core/libappfuse/
DFuseAppLoop.cc59 return loop->ReplyGetAttr(buffer->request.header.unique, buffer->request.header.nodeid, 0, in HandleGetAttr()
166 bool FuseAppLoop::ReplyGetAttr(uint64_t unique, uint64_t inode, int64_t size, int mode) { in ReplyGetAttr() function in android::fuse::FuseAppLoop
/system/core/libappfuse/tests/
DFuseAppLoopTest.cc47 EXPECT_TRUE(loop->ReplyGetAttr(seq, inode, kTestFileSize, S_IFREG | 0777)); in OnGetAttr()