Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp237 int32_t filterProxyFd = open(EPFS_MOUNT_POINT.c_str(), O_TMPFILE | O_RDWR, epfsFileMode); in OpenFilterProxyFd() local
238 if (filterProxyFd < 0) { in OpenFilterProxyFd()
241 return filterProxyFd; in OpenFilterProxyFd()
243 int32_t ret = BindFilterProxyFdToOrigin(originFd, filterProxyFd); in OpenFilterProxyFd()
246 close(filterProxyFd); in OpenFilterProxyFd()
249 ret = SendRangesToIoctl(originFd, filterProxyFd, ranges); in OpenFilterProxyFd()
252 close(filterProxyFd); in OpenFilterProxyFd()
256 MEDIA_INFO_LOG("FilterProxyFd will be returned: %{private}d", filterProxyFd); in OpenFilterProxyFd()
257 return filterProxyFd; in OpenFilterProxyFd()