Searched refs:stat_buffer (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libutil/
H A Dop_file.c135 struct stat stat_buffer; local
159 &stat_buffer);
161 if (S_ISDIR(stat_buffer.st_mode)) {
174 &stat_buffer);
175 if (name && S_ISDIR(stat_buffer.st_mode)) {
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.c281 struct stat stat_buffer; local
293 if (stat(path, &stat_buffer) == -1)
297 if (S_ISDIR(stat_buffer.st_mode)) {
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c768 struct stat stat_buffer; local
775 if (xmlWrapStat(path, &stat_buffer) == -1)
778 if (stat(path, &stat_buffer) == -1)
782 if (S_ISDIR(stat_buffer.st_mode))
/external/libxml2/
H A DxmlIO.c774 struct stat stat_buffer; local
789 if (xmlWrapStat(path, &stat_buffer) == -1)
792 if (stat(path, &stat_buffer) == -1)
796 if (S_ISDIR(stat_buffer.st_mode))

Completed in 773 milliseconds