Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp389 DIR *subDirPtr = opendir(subDir.c_str()); in GetPathWildCard() local
390 if (subDirPtr == nullptr) { in GetPathWildCard()
394 while ((entry = readdir(subDirPtr)) != nullptr) { in GetPathWildCard()
408 closedir(subDirPtr); in GetPathWildCard()

Completed in 2 milliseconds