Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.cpp25 flagsABI |= ((flags & USR_WRITE_ONLY) == USR_WRITE_ONLY) ? WRONLY : 0; in ConvertCjFlags()
H A Dutils.h30 constexpr int WRONLY = UV_FS_O_WRONLY; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h26 constexpr int WRONLY = 01; member
H A Dcommon_func.cpp40 DECLARE_NAPI_STATIC_PROPERTY("WRITE_ONLY", NVal::CreateInt32(env, WRONLY).val_), in InitOpenMode()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.h31 constexpr int WRONLY = UV_FS_O_WRONLY; member
H A Dcommon_func.cpp162 flagsABI |= ((flags & USR_WRITE_ONLY) == USR_WRITE_ONLY) ? WRONLY : 0; in ConvertJsFlags()

Completed in 3 milliseconds