Home
last modified time | relevance | path

Searched refs:GetLocalDocsPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dmount_argument_utils.h50 std::string GetLocalDocsPath() const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp137 string MountArgument::GetLocalDocsPath() const in GetLocalDocsPath() function in OHOS::StorageDaemon::Utils::MountArgument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp275 ret += Mount(hmdfsMntArgs.GetLocalDocsPath(), dst, nullptr, MS_BIND, nullptr); in HmdfsTwiceMount()