Searched refs:stat_buffer (Results 1 – 1 of 1) sorted by relevance
37 struct stat stat_buffer; in exists() local38 return stat(name.c_str(), &stat_buffer) == 0; in exists()