Searched refs:IsWritable (Results 1 – 5 of 5) sorted by relevance
25 if (IsWritable(flags) && !write_handler_) { in ValidateFlags()75 if (IsWritable(flags_)) { in Close()104 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Write()128 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Append()138 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Truncate()182 if (IsWritable(flags_) && truncated_since_last_successful_write_) { in Close()217 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Write()236 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Append()246 ZX_DEBUG_ASSERT(IsWritable(flags_)); in Truncate()
52 if (IsWritable(flags) && !writable_) { in ValidateFlags()112 ZX_DEBUG_ASSERT(!IsWritable(flags) || writable_); // checked by the VFS in GetHandles()
551 if (!IsWritable(flags_)) { in FileWrite()575 if (!IsWritable(flags_)) { in FileWriteAt()645 if (!IsWritable(flags_)) { in FileTruncate()672 } else if (!IsWritable(flags_) && (flags & fuchsia_io_VMO_FLAG_WRITE)) { in FileGetVmo()
189 if (ReadonlyLocked() && IsWritable(flags)) { in OpenLocked()
44 inline constexpr bool IsWritable(uint32_t flags) { in IsWritable() function
Completed in 11 milliseconds