Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h48 static const std::string BASE_EL2 = "/data/storage/el2/base/"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp350 pathMap.insert({phyPath, BASE_EL2 + relatePath}); in AddPathMapForPathWildCard()
420 } else if (sandboxPathStr.find(BASE_EL2 + DEFAULT_PATH_WITH_WILDCARD) == 0) { in RecognizeSandboxWildCard()
423 std::string relatePath = sandboxPathStr.substr(BASE_EL2.size()); in RecognizeSandboxWildCard()
766 includeStr.find(BASE_EL2 + DEFAULT_PATH_WITH_WILDCARD) == 0) { in DealWithIncludeFiles()