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

/system/core/libcutils/
H A Dfs.c38 #define BUF_SIZE 64 macro
91 char buf[BUF_SIZE];
92 if (TEMP_FAILURE_RETRY(read(fd, buf, BUF_SIZE)) == -1) {
122 char buf[BUF_SIZE];
123 int len = snprintf(buf, BUF_SIZE, "%d", value) + 1;
124 if (len > BUF_SIZE) {
/system/media/audio_route/
H A Daudio_route.c31 #define BUF_SIZE 1024 macro
768 buf = XML_GetBuffer(parser, BUF_SIZE);
772 bytes_read = fread(buf, 1, BUF_SIZE, file);

Completed in 57 milliseconds