Searched defs:touch_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
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 522 milliseconds