Searched defs:line_buf (Results 1 – 8 of 8) sorted by relevance
/system/extras/memory_replay/tests/ |
D | LineBufferTest.cpp | 47 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 66 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 87 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 116 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 146 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 181 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local 216 LineBuffer line_buf(tmp_file_->fd, buffer, sizeof(buffer)); in TEST_F() local
|
/system/extras/memory_replay/ |
D | main.cpp | 40 LineBuffer line_buf(fd, g_buffer, sizeof(g_buffer)); in GetMaxAllocs() local 81 LineBuffer line_buf(fd, g_buffer, sizeof(g_buffer)); in ProcessDump() local
|
D | NativeInfo.cpp | 35 LineBuffer line_buf(smaps_fd, map_buffer, sizeof(map_buffer)); in GetNativeInfo() local
|
/system/core/libmemunreachable/ |
D | ProcessMappings.cpp | 38 LineBuffer line_buf(fd, map_buffer, sizeof(map_buffer)); in ProcessMappings() local
|
/system/sepolicy/tools/fc_sort/ |
D | fc_sort.c | 319 char *input_name, *output_name, *line_buf; in main() local
|
/system/nfc/src/adaptation/ |
D | android_logmsg.cpp | 56 char line_buf[(MAX_NCI_PACKET_SIZE * 2) + 1]; in ProtoDispAdapterDisplayNciPacket() local
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 55 char line_buf[(MAX_NCI_PACKET_SIZE * 2) + 1]; in ProtoDispAdapterDisplayNciPacket() local
|
/system/sepolicy/tools/ |
D | check_seapp.c | 1075 char line_buf[BUFSIZ]; in parse_file() local
|