Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dmount_argument_utils.h62 std::string GetCurFileMgrAppdataPath() const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp287 string MountArgument::GetCurFileMgrAppdataPath() const in GetCurFileMgrAppdataPath() function in OHOS::StorageDaemon::Utils::MountArgument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1508 std::string curFileMgrAppdataPath = mountArgument.GetCurFileMgrAppdataPath(); in MountAppdataAndSharefs()