Searched refs:new_time (Results 1 – 5 of 5) sorted by relevance
278 struct utimbuf new_time; in setup_wlan_config_file() local313 new_time.actime = st_src.st_atime; in setup_wlan_config_file()314 new_time.modtime = st_src.st_mtime; in setup_wlan_config_file()316 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()
308 void SetBackoffExpiryTime(const base::Time& new_time);
1020 void PayloadState::SetBackoffExpiryTime(const Time& new_time) { in SetBackoffExpiryTime() argument1021 backoff_expiry_time_ = new_time; in SetBackoffExpiryTime()
1023 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() argument1042 if (!fs_time::convert_to_timespec(tbuf[1], new_time)) in __last_write_time()
178 void last_write_time(const path& p, file_time_type new_time);179 void last_write_time(const path& p, file_time_type new_time,1477 void __last_write_time(const path& p, file_time_type new_time,