Home
last modified time | relevance | path

Searched refs:HmdfsShareControl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
H A Dremotefileshare_fuzzer.cpp38 #define HMDFS_IOC_SET_SHARE_PATH _IOW(HMDFS_IOC, 1, struct HmdfsShareControl)
40 struct HmdfsShareControl { struct
47 struct HmdfsShareControl sc; in ShareFilePathIoctlFdAndCidFuzzTest()
89 struct HmdfsShareControl sc; in ShareFilePathIoctlCidFuzzTest()
141 struct HmdfsShareControl sc; in ShareFilePathIoctlFdFuzzTest()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp65 #define HMDFS_IOC_SET_SHARE_PATH _IOW(HMDFS_IOC, 1, struct HmdfsShareControl)
68 struct HmdfsShareControl { struct
178 static int CreateShareFile(struct HmdfsShareControl &shareControl, const char* file, in CreateShareFile()
210 struct HmdfsShareControl shareControl; in CreateSharePath()