Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h56 static const std::string FILE_SAND_PREFIX = "/storage/Users"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp438 } else if (sandboxPathStr.find(FILE_SAND_PREFIX) == 0) { in ConvertSandboxRealPath()