Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h47 static const std::string BASE_EL1 = "/data/storage/el1/base/"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp347 pathMap.insert({phyPath, BASE_EL1 + relatePath}); in AddPathMapForPathWildCard()
413 if (sandboxPathStr.find(BASE_EL1 + DEFAULT_PATH_WITH_WILDCARD) == 0) { in RecognizeSandboxWildCard()
416 std::string relatePath = sandboxPathStr.substr(BASE_EL1.size()); in RecognizeSandboxWildCard()
765 if (includeStr.find(BASE_EL1 + DEFAULT_PATH_WITH_WILDCARD) == 0 || in DealWithIncludeFiles()