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

/external/chromium/net/ftp/
H A Dftp_util.cc200 base::Time::Exploded current_exploded; local
201 current_time.LocalExplode(&current_exploded);
205 if (time_exploded.month > current_exploded.month ||
206 (time_exploded.month == current_exploded.month &&
207 time_exploded.day_of_month > current_exploded.day_of_month)) {
208 time_exploded.year = current_exploded.year - 1;
210 time_exploded.year = current_exploded.year;

Completed in 38 milliseconds