Home
last modified time | relevance | path

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

/system/ulib/fs/
A Dpseudo-file.cpp25 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()
A Dvmo-file.cpp52 if (IsWritable(flags) && !writable_) { in ValidateFlags()
112 ZX_DEBUG_ASSERT(!IsWritable(flags) || writable_); // checked by the VFS in GetHandles()
A Dconnection.cpp551 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()
A Dvfs.cpp189 if (ReadonlyLocked() && IsWritable(flags)) { in OpenLocked()
/system/ulib/fs/include/fs/
A Dvfs.h44 inline constexpr bool IsWritable(uint32_t flags) { in IsWritable() function

Completed in 11 milliseconds