Home
last modified time | relevance | path

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

/system/core/libappfuse/include/libappfuse/
DFuseAppLoop.h53 bool ReplyLookup(uint64_t unique, uint64_t inode, int64_t size);
/system/core/libappfuse/
DFuseAppLoop.cc154 bool FuseAppLoop::ReplyLookup(uint64_t unique, uint64_t inode, int64_t size) { in ReplyLookup() function in android::fuse::FuseAppLoop
/system/core/libappfuse/tests/
DFuseAppLoopTest.cc52 EXPECT_TRUE(loop->ReplyLookup(unique, inode, kTestFileSize)); in OnLookup()