Lines Matching refs:EINVAL
78 EINVAL = 22, enumerator
417 Err(SystemError::EINVAL) in handle()
483 _ => Err(SystemError::EINVAL), in handle()
521 return Err(SystemError::EINVAL); in handle()
524 let dest_path: &str = dest_path.to_str().map_err(|_| SystemError::EINVAL)?; in handle()
526 return Err(SystemError::EINVAL); in handle()
616 return Err(SystemError::EINVAL); in handle()
619 let path: &str = path.to_str().map_err(|_| SystemError::EINVAL)?.trim(); in handle()
622 return Err(SystemError::EINVAL); in handle()
681 let pathname: &str = pathname.to_str().map_err(|_| SystemError::EINVAL)?; in handle()
942 Err(SystemError::EINVAL) in handle()
952 Err(SystemError::EINVAL) in handle()
978 Err(SystemError::EINVAL) in handle()