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

/system/core/libcutils/
H A Dfs.c31 #define BUF_SIZE 64 macro
84 char buf[BUF_SIZE];
85 if (TEMP_FAILURE_RETRY(read(fd, buf, BUF_SIZE)) == -1) {
115 char buf[BUF_SIZE];
116 int len = snprintf(buf, BUF_SIZE, "%d", value) + 1;
117 if (len > BUF_SIZE) {

Completed in 169 milliseconds