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

/system/vold/
H A Dcryptfs.cpp513 /* starting_off is set to the SEEK_SET offset
516 off64_t starting_off; local
523 if (get_crypt_ftr_info(&fname, &starting_off)) {
537 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
664 off64_t starting_off; local
669 if (get_crypt_ftr_info(&fname, &starting_off)) {
690 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
731 upgrade_crypt_ftr(fd, crypt_ftr, starting_off);

Completed in 184 milliseconds