Searched refs:GetPosixFallocateArg (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | posix_fallocate.cpp | 30 static tuple<bool, int, int, int> GetPosixFallocateArg(napi_env env, const NFuncArg &funcArg) in GetPosixFallocateArg() function 61 auto [resGetPosixFallocateArg, fd, offset, len] = GetPosixFallocateArg(env, funcArg); in Sync() 83 auto [resGetPosixFallocateArg, fd, offset, len] = GetPosixFallocateArg(env, funcArg); in Async()
|