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

/system/core/init/
H A Ddevices.c666 long len_to_copy; local
671 len_to_copy = st.st_size;
675 while (len_to_copy > 0) {
687 len_to_copy -= nr;

Completed in 99 milliseconds