Searched refs:GetLseekArg (Results 1 - 1 of 1) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | lseek.cpp | 28 static tuple<bool, int, int, int> GetLseekArg(napi_env env, const NFuncArg &funcArg) in GetLseekArg() function 59 auto [resGetLseekArg, fd, offset, whence] = GetLseekArg(env, funcArg); in Sync() 81 auto [resGetLseekArg, fd, offset, whence] = GetLseekArg(env, funcArg); in Async()
|
Completed in 1 milliseconds