Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
H A Dremotefileshare_fuzzer.cpp48 int32_t dirFd; in ShareFilePathIoctlFdAndCidFuzzTest() local
91 int32_t dirFd; in ShareFilePathIoctlCidFuzzTest() local
143 int32_t dirFd; in ShareFilePathIoctlFdFuzzTest() local
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A 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
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp167 UniqueFd dirFd(open(path.c_str(), O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp477 int dirFd = dirfd(dir); in TraverseDirUevent() local