Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp91 uint64_t utime = 0; in profileProcess() local
97 !base::ParseUint(fields[13], &utime) || in profileProcess()
107 uint64_t user = utime + cutime; in profileProcess()
/hardware/google/camera/common/hal/aidl_service/
Dlibc_wrappers.cc116 extern "C" int utime(const char* filename, struct utimbuf* buf) { in utime() function
/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c345 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()
649 if (utime(dst, &new_time) != 0) in nvbin_sendfile()
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c316 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()
/hardware/google/aemu/base/
DSystem.cpp434 res.user_time_us = info.utime / 1000; // time is in nanoseconds in cpuTime()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4922 return !utime(pFilename, &t); in mz_zip_set_file_times()