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.c1900 struct stat stat_buf; in wprintStartJob() local
1916 if (OK == stat(pathname, &stat_buf)) { in wprintStartJob()
1917 if (S_ISDIR(stat_buf.st_mode)) { in wprintStartJob()
1919 } else if (stat_buf.st_size == 0) { in wprintStartJob()
2109 struct stat stat_buf; in wprintPage() local
2118 } else if (OK == stat(filename, &stat_buf)) { in wprintPage()
2119 if (!S_ISREG(stat_buf.st_mode) || (stat_buf.st_size == 0)) { in wprintPage()