Home
last modified time | relevance | path

Searched defs:BUFSIZ (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/
H A Dstdio.h92 #define BUFSIZ 1024 /* size of buffer used by setbuf */ macro
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java53 private static final int BUFSIZ = 1024 * 1024; // 1MB field in DumpTruck