Home
last modified time | relevance | path

Searched refs:mountPoint_ (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h47 : mountPoint_(mountPoint), GetSessionCallback_(getSessionCallback), CloseSessionCallback_(closeSessionCallback) in KernelTalker()
64 auto spt = mountPoint_.lock(); in SetCmd()
94 std::weak_ptr<MountPoint> mountPoint_; member in OHOS::Storage::DistributedFile::final
H A Dnetwork_agent_template.h48 mountPoint_(mountPoint), in NetworkAgentTemplate()
71 return mountPoint_.lock(); in GetMountPoint()
82 std::weak_ptr<MountPoint> mountPoint_; member in OHOS::Storage::DistributedFile::NetworkAgentTemplate
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp276 mountPoint_(nullptr) in MtpFileSystemOptions()
282 free(static_cast<void *>(mountPoint_)); in ~MtpFileSystemOptions()
290 if (options->mountPoint_ && options->deviceFile_) { in OptProc()
295 fuse_opt_add_opt(&options->mountPoint_, arg); in OptProc()
349 fuse_opt_add_arg(&args_, options_.mountPoint_); in ParseOptionsInner()
397 if (options_.deviceFile_ && !options_.mountPoint_) { in ParseOptions()
398 options_.mountPoint_ = options_.deviceFile_; in ParseOptions()
402 if (!options_.mountPoint_) { in ParseOptions()
419 if (!SmtpfsCheckDir(options_.mountPoint_)) { in Exec()
420 LOGE("Can not mount the device to %{public}s", options_.mountPoint_); in Exec()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_fuse.h38 char *mountPoint_; member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp165 auto spt = mountPoint_.lock(); in PollRun()

Completed in 3 milliseconds