Home
last modified time | relevance | path

Searched refs:MkNod (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfuse_operations.cpp127 void FuseOperations::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() function in OHOS::FileManagement::CloudDisk::FuseOperations
132 opsPtr->MkNod(req, parent, name, mode, rdev); in MkNod()
141 inoPtr->ops->MkNod(req, parent, name, mode, rdev); in MkNod()
H A Dfile_operations_base.cpp82 void FileOperationsBase::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() function in OHOS::FileManagement::CloudDisk::FileOperationsBase
85 LOGE("MkNod operation is not supported!"); in MkNod()
H A Dfile_operations_cloud.cpp531 void FileOperationsCloud::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() function in OHOS::FileManagement::CloudDisk::FileOperationsCloud
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_fuse.h63 int MkNod(const char *path, mode_t mode, dev_t dev);
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dfile_operations_cloud.h33 void MkNod(fuse_req_t req, fuse_ino_t parent, const char *name,
H A Dfile_operations_base.h40 virtual void MkNod(fuse_req_t req, fuse_ino_t parent, const char *name,
H A Dfuse_operations.h35 static void MkNod(fuse_req_t req, fuse_ino_t parent, const char *name,
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfuse_operations_test.cpp551 * @tc.desc: Verify the MkNod function
564 fuseoperations_->MkNod(req, FUSE_ROOT_ID, name, mode, rdev); in HWTEST_F()
575 * @tc.desc: Verify the MkNod function
590 fuseoperations_->MkNod(req, 0, name, mode, rdev); in HWTEST_F()
601 * @tc.desc: Verify the MkNod function
624 fuseoperations_->MkNod(req, 0, name, mode, rdev); in HWTEST_F()
H A Dfile_operations_cloud_test.cpp524 * @tc.desc: Verify the MkNod function
541 fileOperationsCloud_->MkNod(req, reinterpret_cast<fuse_ino_t>(&ino), name, mode, rdev); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp43 int ret = DelayedSingleton<MtpFileSystem>::GetInstance()->MkNod(path, mode, dev); in WrapMkNod()
44 LOGI("MkNod ret = %{public}d.", ret); in WrapMkNod()
506 int MtpFileSystem::MkNod(const char *path, mode_t mode, dev_t dev) in MkNod() function in MtpFileSystem
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp304 void FileOperationsCloud::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() function in OHOS::FileManagement::CloudDisk::FileOperationsCloud
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1447 .mknod = CloudDisk::FuseOperations::MkNod,

Completed in 16 milliseconds