Home
last modified time | relevance | path

Searched refs:stbuf (Results 1 - 3 of 3) sorted by relevance

/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp249 struct statfs stbuf; in SetUpLoopDevice() local
251 if (statfs(realPath.c_str(), &stbuf) != 0 || in SetUpLoopDevice()
252 (stbuf.f_type != EROFS_SUPER_MAGIC_V1 && in SetUpLoopDevice()
253 stbuf.f_type != SQUASHFS_MAGIC && in SetUpLoopDevice()
254 stbuf.f_type != OVERLAYFS_SUPER_MAGIC && in SetUpLoopDevice()
255 stbuf.f_type != EXT4_SUPER_MAGIC)) { in SetUpLoopDevice()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Dfuse_mock.cpp44 const char *name, const struct stat *stbuf, off_t off);
265 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry()
270 return (*reinterpret_cast<FuseAddDirentryT>(rawFunc))(req, buf, bufsize, name, stbuf, off); in fuse_add_direntry()
279 return (*func)(req, buf, bufsize, name, stbuf, off); in fuse_add_direntry()
264 fuse_add_direntry(fuse_req_t req, char *buf, size_t bufsize, const char *name, const struct stat *stbuf, off_t off) fuse_add_direntry() argument
H A Dfuse_daemon_test.cpp82 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockCurDirFail()
88 (void)stbuf; in FuseAddDirentryMockCurDirFail()
94 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockUpperDirFail()
99 (void)stbuf; in FuseAddDirentryMockUpperDirFail()
108 const char *name, const struct stat *stbuf, off_t off) in FuseAddDirentryMockTestFileFail()
113 (void)stbuf; in FuseAddDirentryMockTestFileFail()
81 FuseAddDirentryMockCurDirFail(fuse_req_t req, char *buf, size_t bufsize, const char *name, const struct stat *stbuf, off_t off) FuseAddDirentryMockCurDirFail() argument
93 FuseAddDirentryMockUpperDirFail(fuse_req_t req, char *buf, size_t bufsize, const char *name, const struct stat *stbuf, off_t off) FuseAddDirentryMockUpperDirFail() argument
107 FuseAddDirentryMockTestFileFail(fuse_req_t req, char *buf, size_t bufsize, const char *name, const struct stat *stbuf, off_t off) FuseAddDirentryMockTestFileFail() argument

Completed in 4 milliseconds