Searched defs:errForSingleFileSync (Results 1 – 2 of 2) sorted by relevance
| /foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
| D | cloud_file_cache_napi.cpp | 35 static const std::unordered_set<int32_t> errForSingleFileSync = { ENOENT, EACCES, EAGAIN, variable
|
| D | cloud_sync_napi.cpp | 840 std::set<int32_t> errForSingleFileSync = { ENOENT, EACCES, EAGAIN, EINTR, ENOSYS }; in GetxattrErr() local 1066 std::set<int32_t> errForSingleFileSync = { ENOENT, EACCES, EAGAIN, EINTR, ENOSYS }; in GetxattrErrForPublic() local
|