Searched refs:utime (Results 1 – 6 of 6) sorted by relevance
91 uint64_t utime = 0; in profileProcess() local97 !base::ParseUint(fields[13], &utime) || in profileProcess()107 uint64_t user = utime + cutime; in profileProcess()
116 extern "C" int utime(const char* filename, struct utimbuf* buf) { in utime() function
345 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()649 if (utime(dst, &new_time) != 0) in nvbin_sendfile()
316 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()
434 res.user_time_us = info.utime / 1000; // time is in nanoseconds in cpuTime()
4922 return !utime(pFilename, &t); in mz_zip_set_file_times()