Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.cpp28 flagsABI |= ((flags & USR_TRUNC) == USR_TRUNC) ? TRUNC : 0; in ConvertCjFlags()
H A Dutils.h33 constexpr int TRUNC = UV_FS_O_TRUNC; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.h29 constexpr int TRUNC = 01000; member
H A Dcommon_func.cpp43 DECLARE_NAPI_STATIC_PROPERTY("TRUNC", NVal::CreateInt32(env, TRUNC).val_), in InitOpenMode()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.h34 constexpr int TRUNC = UV_FS_O_TRUNC; member
H A Dcommon_func.cpp85 DECLARE_NAPI_STATIC_PROPERTY("TRUNC", NVal::CreateInt32(env, USR_TRUNC).val_), in InitOpenMode()
165 flagsABI |= ((flags & USR_TRUNC) == USR_TRUNC) ? TRUNC : 0; in ConvertJsFlags()

Completed in 3 milliseconds