Searched refs:mAllowFds (Results 1 – 2 of 2) sorted by relevance
553 if (!mAllowFds) { in appendFrom()573 return mAllowFds; in allowFds()578 const bool origValue = mAllowFds; in pushAllowFds()580 mAllowFds = false; in pushAllowFds()587 mAllowFds = lastValue; in restoreAllowFds()1203 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()1252 if (!mAllowFds) return FDS_NOT_ALLOWED; in writeDupImmutableBlobFileDescriptor()1314 if (!mAllowFds) { in writeObject()2529 mAllowFds = true; in restartWrite()2708 mAllowFds = true; in initState()
469 bool mAllowFds; variable