Searched refs:temp_stat (Results 1 – 1 of 1) sorted by relevance
141 struct stat temp_stat; in AcpiOsGetNextFilename() local169 err = stat (temp_str, &temp_stat); in AcpiOsGetNextFilename()181 if ((S_ISDIR (temp_stat.st_mode) in AcpiOsGetNextFilename()184 ((!S_ISDIR (temp_stat.st_mode) in AcpiOsGetNextFilename()
Completed in 2 milliseconds