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

/system/core/init/
H A Ddevices.c657 long len_to_copy; local
662 len_to_copy = st.st_size;
666 while (len_to_copy > 0) {
678 len_to_copy -= nr;

Completed in 34 milliseconds