OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:starting_off
(Results
1 - 1
of
1
) sorted by null
/system/vold/
cryptfs.c
607
/*
starting_off
is set to the SEEK_SET offset
610
off64_t
starting_off
;
local
615
if (get_crypt_ftr_info(&fname, &
starting_off
)) {
629
if (lseek64(fd,
starting_off
, SEEK_SET) == -1) {
748
off64_t
starting_off
;
local
753
if (get_crypt_ftr_info(&fname, &
starting_off
)) {
774
if (lseek64(fd,
starting_off
, SEEK_SET) == -1) {
804
upgrade_crypt_ftr(fd, crypt_ftr,
starting_off
);
[
all
...]
Completed in 77 milliseconds