Home | History | Annotate | Download | only in unittest

Lines Matching refs:FILE

2   This file is part of Valgrind, a dynamic binary instrumentation
23 The GNU General Public License is contained in the file COPYING.
28 This file contains a set of unit tests for a data race detection tool.
35 #error "Don't build this file on Windows!"
161 // (why would one synchronizae via a file or socket?), but
166 // {read,send}->{write,recv} even if the file descriptors are different.
592 // unlink deletes a file 'filename'
594 printf(" Deleting file...\n");
599 FILE *tmp;
604 printf(" ...file has been deleted\n");