Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dremake.c1042 #define TOUCH_ERROR(call) return (perror_with_name (call, file->name), 1) macro
1059 TOUCH_ERROR ("touch: open: "); in touch_file()
1068 TOUCH_ERROR ("touch: fstat: "); in touch_file()
1071 TOUCH_ERROR ("touch: read: "); in touch_file()
1073 TOUCH_ERROR ("touch: lseek: "); in touch_file()
1075 TOUCH_ERROR ("touch: write: "); in touch_file()
1083 TOUCH_ERROR ("touch: open: "); in touch_file()