Home
last modified time | relevance | path

Searched defs:can_write (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c478 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local
/third_party/ffmpeg/libavutil/
Dfifo.c131 const size_t can_write = av_fifo_can_write(f); in fifo_check_space() local
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h679 bool can_write() const { return mode() == MainThread; } in can_write() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h426 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h482 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/ffmpeg/libavformat/
Dmpegenc.c1155 size_t can_write; in mpeg_mux_write_packet() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h190 constexpr bool can_write() const { return kCanWriteBit::decode(bitfield_); } in can_write() function