Home
last modified time | relevance | path

Searched refs:cur_file_stat (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp137 struct stat cur_file_stat; in removeOldFilesInternal() local
139 if (stat(cur_file_path.c_str(), &cur_file_stat) == -1) { in removeOldFilesInternal()
144 const time_t cur_file_time = cur_file_stat.st_mtime; in removeOldFilesInternal()