Searched defs:cached_off (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.c550 static off64_t cached_off = 0; local
574 cached_off = ((off64_t)nr_sec * 512) - CRYPT_FOOTER_OFFSET;
582 cached_off = 0;
592 *off = cached_off;

Completed in 22 milliseconds