Home
last modified time | relevance | path

Searched refs:NONBLOCK (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.cpp30 flagsABI |= ((flags & USR_NONBLOCK) == USR_NONBLOCK) ? NONBLOCK : 0; in ConvertCjFlags()
H A Dutils.h35 constexpr int NONBLOCK = UV_FS_O_NONBLOCK; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h31 constexpr int NONBLOCK = 04000; member
H A Dcommon_func.cpp45 DECLARE_NAPI_STATIC_PROPERTY("NONBLOCK", NVal::CreateInt32(env, NONBLOCK).val_), in InitOpenMode()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.h36 constexpr int NONBLOCK = UV_FS_O_NONBLOCK; member
H A Dcommon_func.cpp87 DECLARE_NAPI_STATIC_PROPERTY("NONBLOCK", NVal::CreateInt32(env, USR_NONBLOCK).val_), in InitOpenMode()
167 flagsABI |= ((flags & USR_NONBLOCK) == USR_NONBLOCK) ? NONBLOCK : 0; in ConvertJsFlags()

Completed in 3 milliseconds