Searched refs:file_stat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c113 struct stat file_stat; local
114 if (stat(filename, &file_stat) != 0) {
118 return file_stat.st_size;
H A Dxpt_dump.c156 struct stat file_stat; local
157 if (stat(filename, &file_stat) != 0) {
161 return file_stat.st_size;

Completed in 92 milliseconds