Home
last modified time | relevance | path

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

/external/cronet/base/message_loop/
Dmessage_pump_epoll.cc280 const bool can_write = writable && interest->params().write; in OnEpollEvent() local
309 bool can_write, in HandleEvent()
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c478 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h426 inline bool can_write(const Twine &Path) { in can_write() function
/external/llvm/include/llvm/Support/
DFileSystem.h415 inline bool can_write(const Twine &Path) { in can_write() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h482 inline bool can_write(const Twine &Path) { in can_write() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_stream.cc389 const bool can_write = CanWriteNewDataAfterData(header.size()); in WriteDataFrameHeader() local