Searched defs:success (Results 1 – 3 of 3) sorted by relevance
129 success: bool, field304 let mut success = true; in run() localVariable
203 bool success = aligned_flash_read(fa->fa_off + off, dst, len); in flash_area_read() local288 bool success = aligned_flash_write(start_addr, src, len); in flash_area_write() local
40 pub fn success(&self) -> bool { in success() method