Searched refs:mAllowFds (Results 1 – 2 of 2) sorted by relevance
579 if (!mAllowFds) { in appendFrom()591 return mAllowFds; in allowFds()596 const bool origValue = mAllowFds; in pushAllowFds()598 mAllowFds = false; in pushAllowFds()605 mAllowFds = lastValue; in restoreAllowFds()1211 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()1260 if (!mAllowFds) return FDS_NOT_ALLOWED; in writeDupImmutableBlobFileDescriptor()1322 if (!mAllowFds) { in writeObject()2369 mAllowFds = true; in restartWrite()2548 mAllowFds = true; in initState()
427 bool mAllowFds; variable