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

/system/core/init/
H A Ddevices.c793 long len_to_copy; local
798 len_to_copy = st.st_size;
802 while (len_to_copy > 0) {
814 len_to_copy -= nr;

Completed in 21 milliseconds