Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h58 static const std::string MEDIA_SAND_PREFIX = "/storage/media"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp441 } else if (sandboxPathStr.find(MEDIA_SAND_PREFIX) == 0) { in ConvertSandboxRealPath()
443 … physicalPath.insert(MEDIA_SAND_PREFIX.length(), FILE_SEPARATOR_CHAR + std::to_string(userId)); in ConvertSandboxRealPath()