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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py503 self.data.touch_file(py_file)
H A Ddata.py217 def touch_file(self, filename): member in class:CoverageData
/external/libpng/contrib/libtests/
H A Dpngunknown.c1072 const char *touch_file = NULL; local
1088 touch_file = *++argv, --argc;
1194 if (touch_file != NULL)
1196 FILE *fsuccess = fopen(touch_file, "wt");
1207 fprintf(stderr, "%s: write failed\n", touch_file);
1214 fprintf(stderr, "%s: open failed\n", touch_file);

Completed in 285 milliseconds