Home | History | Annotate | Download | only in libxml2

Lines Matching full:stat_buffer

731 	struct stat stat_buffer;
738 if (xmlWrapStat(path, &stat_buffer) == -1)
741 if (stat(path, &stat_buffer) == -1)
745 if (S_ISDIR(stat_buffer.st_mode))