Searched refs:touch_file (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c1113 const char *touch_file = NULL; local
1129 touch_file = *++argv, --argc;
1235 if (touch_file != NULL)
1237 FILE *fsuccess = fopen(touch_file, "wt");
1248 fprintf(stderr, "%s: write failed\n", touch_file);
1255 fprintf(stderr, "%s: open failed\n", touch_file);
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Ddata.py78 To add a file without any measured data, use :meth:`touch_file`.
417 def touch_file(self, filename): member in class:CoverageData
H A Dcontrol.py840 self.data.touch_file(py_file)

Completed in 100 milliseconds