Searched refs:FileTooLarge (Results 1 – 7 of 7) sorted by relevance
97 crate::filesystem::ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
23 crate::filesystem::ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
337 ErrorCode::FileTooLarge => Self::FileTooLarge, in from()
194 FileTooLarge, enumerator372 RustixErrno::FBIG => ErrorCode::FileTooLarge, in from_raw_os_error()
1041 crate::filesystem::ErrorCode::FileTooLarge => types::Errno::Fbig, in from()1076 filesystem::ErrorCode::FileTooLarge => types::Errno::Fbig, in from()
642 RustixErrno::FBIG => ErrorCode::FileTooLarge, in from_raw_os_error()
2504 filesystem::ErrorCode::FileTooLarge => ERRNO_FBIG, in from()