Home
last modified time | relevance | path

Searched refs:GetPathWildCard (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp362 static bool GetPathWildCard(uint32_t userId, const std::string &bundleName, const std::string &includeWildCard, in GetPathWildCard() function
367 LOGE("GetPathWildCard: path should include *"); in GetPathWildCard()
373 LOGE("GetPathWildCard open file dir:%{private}s fail, errno:%{public}d", pathBeforeWildCard.c_str(), errno); in GetPathWildCard()
391 LOGE("GetPathWildCard open file dir:%{private}s fail, errno:%{public}d", subDir.c_str(), errno); in GetPathWildCard()
421 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()
422 LOGE("el1 GetPathWildCard dir path invaild"); in RecognizeSandboxWildCard()
428 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()
429 LOGE("el2 GetPathWildCard dir path invaild"); in RecognizeSandboxWildCard()

Completed in 2 milliseconds