Home
last modified time | relevance | path

Searched refs:buf_c (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/tools/
Ddmuserd.cpp80 char* buf_c = (char*)buf; in write_all() local
85 once = write(fd, buf_c + total, len - total); in write_all()
98 char* buf_c = (char*)buf; in read_all() local
103 once = read(fd, buf_c + total, len - total); in read_all()