Searched refs:starting_off (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A Dcryptfs.c243 /* starting_off is set to the SEEK_SET offset
246 off64_t starting_off; local
251 if (get_crypt_ftr_info(&fname, &starting_off)) {
265 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
376 off64_t starting_off; local
381 if (get_crypt_ftr_info(&fname, &starting_off)) {
402 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
432 upgrade_crypt_ftr(fd, crypt_ftr, starting_off);

Completed in 286 milliseconds