Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c278 struct utimbuf new_time; in setup_wlan_config_file() local
313 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()
/aosp12/system/update_engine/cros/
H A Dpayload_state.h308 void SetBackoffExpiryTime(const base::Time& new_time);
H A Dpayload_state.cc1020 void PayloadState::SetBackoffExpiryTime(const Time& new_time) { in SetBackoffExpiryTime() argument
1021 backoff_expiry_time_ = new_time; in SetBackoffExpiryTime()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp1023 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() argument
1042 if (!fs_time::convert_to_timespec(tbuf[1], new_time)) in __last_write_time()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem178 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,