Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp370 std::string pathBeforeWildCard = includeWildCard.substr(0, pos); in GetPathWildCard() local
371 DIR *dirPtr = opendir(pathBeforeWildCard.c_str()); in GetPathWildCard()
373 LOGE("GetPathWildCard open file dir:%{private}s fail, errno:%{public}d", pathBeforeWildCard.c_str(), errno); in GetPathWildCard()
382 std::string path = pathBeforeWildCard + entry->d_name; in GetPathWildCard()

Completed in 3 milliseconds