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.c1825 struct stat stat_buf; in wprintStartJob() local
1841 if (OK == stat(pathname, &stat_buf)) { in wprintStartJob()
1842 if (S_ISDIR(stat_buf.st_mode)) { in wprintStartJob()
1844 } else if (stat_buf.st_size == 0) { in wprintStartJob()
2034 struct stat stat_buf; in wprintPage() local
2043 } else if (OK == stat(filename, &stat_buf)) { in wprintPage()
2044 if (!S_ISREG(stat_buf.st_mode) || (stat_buf.st_size == 0)) { in wprintPage()