Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1732 struct stat stat_buf; in wprintStartJob() local
1748 if (OK == stat(pathname, &stat_buf)) { in wprintStartJob()
1749 if (S_ISDIR(stat_buf.st_mode)) { in wprintStartJob()
1751 } else if (stat_buf.st_size == 0) { in wprintStartJob()
1930 struct stat stat_buf; in wprintPage() local
1939 } else if (OK == stat(filename, &stat_buf)) { in wprintPage()
1940 if (!S_ISREG(stat_buf.st_mode) || (stat_buf.st_size == 0)) { in wprintPage()