Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/mountpoint/
H A Dmount_point.cpp28 MountPoint::MountPoint(const Utils::MountArgument &mountArg) : mountArg_(mountArg) in MountPoint()
45 return mountArg_.GetFullDst() == rop.mountArg_.GetFullDst(); in operator ==()
50 return mountArg_; in GetMountArgument()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/mountpoint/
H A Dmount_point.h40 return mountArg_.accountless_; in isAccountLess()
49 Utils::MountArgument mountArg_; variable