Searched refs:FILE_BACKED (Results 1 – 3 of 3) sorted by relevance
37 mShareType = ShareType::FILE_BACKED; in SharedMemory()78 if (mShareType == ShareType::FILE_BACKED) { in openInternal()145 if ((forceDestroy || mCreate) && mShareType == ShareType::FILE_BACKED) { in close()
32 mShareType = ShareType::FILE_BACKED; in SharedMemory()71 if (mShareType == ShareType::FILE_BACKED) { in close()
157 enum class ShareType { SHARED_MEMORY, FILE_BACKED }; enumerator217 if (mShareType == ShareType::FILE_BACKED) { in releaseHandle()