Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.2/default/
Dwifi_chip.cpp128 struct stat cur_file_stat; in removeOldFilesInternal() local
130 if (stat(cur_file_path.c_str(), &cur_file_stat) == -1) { in removeOldFilesInternal()
136 const time_t cur_file_time = cur_file_stat.st_mtime; in removeOldFilesInternal()