Searched refs:argOption (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.h | 48 … napi_value argOption); 50 napi_value argWBuf, napi_value argOption);
|
H A D | common_func.cpp | 241 … napi_value argOption) in GetWriteArg() argument 249 NVal op(env, argOption); in GetWriteArg() 322 napi_value argWBuf, napi_value argOption) in GetWriteArgV9() argument 331 NVal op(env, argOption); in GetWriteArgV9()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | read_lines.cpp | 32 static int CheckOptionArg(napi_env env, napi_value argOption) in CheckOptionArg() argument 34 NVal option(env, argOption); in CheckOptionArg()
|
H A D | read_text.cpp | 33 …ool, int64_t, bool, int64_t, unique_ptr<char[]>> GetReadTextArg(napi_env env, napi_value argOption) in GetReadTextArg() argument 35 NVal op(env, argOption); in GetReadTextArg()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | read_text.cpp | 33 …bool, int64_t, bool, size_t, unique_ptr<char[]>> GetReadTextArg(napi_env env, napi_value argOption) in GetReadTextArg() argument 35 NVal op(env, argOption); in GetReadTextArg()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.h | 96 … napi_value argOption);
|
H A D | common_func.cpp | 436 napi_value argWBuf, napi_value argOption) in GetReadArg() argument 442 NVal op(env, argOption); in GetReadArg()
|