Home
last modified time | relevance | path

Searched refs:time_started (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/core/init/
H A Dsigchld_handler.cpp75 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
80 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
H A Dservice.h110 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
H A Dinit.cpp353 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()
365 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()
/aosp12/frameworks/base/startop/scripts/lib/
H A Dcmd_utils.py139 time_started = time.time()
150 time_elapsed = time.time() - time_started
/aosp12/system/vold/
H A DEncryptInplace.cpp318 struct timespec time_started = {0}; in EncryptInPlace() local
337 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in EncryptInPlace()
341 time_started_ = time_started.tv_sec; in EncryptInPlace()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbtrfs_tree.h356 __le64 time_started; member
H A Dbtrfs.h130 __u64 time_started; member
/aosp12/system/apex/apexd/
H A Dapexd.cpp468 auto time_started = boot_clock::now(); in MountPackageImpl() local
595 boot_clock::now() - time_started).count(); in MountPackageImpl()
2366 auto time_started = boot_clock::now(); in OnBootstrap() local
2422 boot_clock::now() - time_started).count(); in OnBootstrap()
2775 auto time_started = boot_clock::now(); in OnStart() local
2879 boot_clock::now() - time_started).count(); in OnStart()