HomeSort by relevance Sort by last modified time
    Searched full:starting_off (Results 1 - 1 of 1) sorted by null

  /system/vold/
cryptfs.c 243 /* 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);
    [all...]

Completed in 279 milliseconds