Home
last modified time | relevance | path

Searched defs:is_writable (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/posix/
Dmapping_posix.cc71 const auto is_writable = IsWritable(protection); in FileMapping() local
/third_party/glib/gio/
Dgpollableoutputstream.h81 gboolean (*is_writable) (GPollableOutputStream *stream); member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.c745 uint32_t is_writable = (ecma_op_to_boolean (writable_prop_value) ? ECMA_PROP_IS_WRITABLE in ecma_op_to_property_descriptor() local
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py323 def is_writable(file, *, user=None, check=False): function
/third_party/libsoup/tests/
Dchunk-io-test.c131 gboolean is_writable; member
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h178 bool is_writable; member
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1044 bool is_writable) /**< new value for writable flag */ in ecma_set_property_writable_attr()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c381 gboolean is_writable; in gst_tag_demux_trim_buffer() local
/third_party/python/Modules/
Dmmapmodule.c366 is_writable(mmap_object *self) in is_writable() function
/third_party/node/src/
Dnode_http2.h332 bool is_writable() const { in is_writable() function