Home
last modified time | relevance | path

Searched defs:dirFd (Results 1 – 3 of 3) sorted by relevance

/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
Dremotefileshare_fuzzer.cpp48 int32_t dirFd; in ShareFilePathIoctlFdAndCidFuzzTest() local
91 int32_t dirFd; in ShareFilePathIoctlCidFuzzTest() local
143 int32_t dirFd; in ShareFilePathIoctlFdFuzzTest() local
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
Dremote_file_share.cpp181 int32_t dirFd = open(file, O_RDONLY); in CreateShareFile() local
359 static int32_t GetMergePathFd(HmdfsDstInfo &hdi, UniqueFd &dirFd, const int32_t &userId) in GetMergePathFd()
409 UniqueFd dirFd(open(ioctlDir.c_str(), O_RDONLY)); in GetDfsUriFromLocal() local
430 UniqueFd dirFd(open(ioctlDir.c_str(), O_RDONLY)); in GetDfsUrisFromLocal() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dfile_utils.cpp477 int dirFd = dirfd(dir); in TraverseDirUevent() local