Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtail.c247 int len, last_fd = TT.files[(TT.file_no-1)*2], i, fd; in tail_main() local
259 if (last_fd != fd) { in tail_main()
260 last_fd = fd; in tail_main()
/external/compiler-rt/test/dfsan/
Dcustom.cc344 static int last_fd; variable
351 last_fd = fd; in write_callback()
370 ASSERT_READ_ZERO_LABEL(&last_fd, sizeof(last_fd)); in test_dfsan_set_write_callback()
383 ASSERT_READ_LABEL(&last_fd, sizeof(last_fd), i_label); in test_dfsan_set_write_callback()