Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/tools/
H A Ddmuserd.cpp81 char* buf_c = (char*)buf; in write_all() local
86 once = write(fd, buf_c + total, len - total); in write_all()
99 char* buf_c = (char*)buf; in read_all() local
104 once = read(fd, buf_c + total, len - total); in read_all()