Home
last modified time | relevance | path

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

/external/autotest/site_utils/admin/
Dclean_staged_images.py57 timestamp_path = os.path.join(build_path, _TIMESTAMP_FILENAME)
58 if os.path.exists(timestamp_path):
59 age = os.stat(timestamp_path).st_mtime
/external/tlsdate/src/
Dtlsdate-setter.c85 if ( (save_fd = open (state->timestamp_path, in time_setter_coprocess()
91 unlink (state->timestamp_path); in time_setter_coprocess()
Dtlsdate.h174 char timestamp_path[PATH_MAX]; member
192 char timestamp_path[PATH_MAX]; variable
Dtlsdated.c404 int ret = snprintf (state->timestamp_path, sizeof (state->timestamp_path), in check_conf()
406 if (ret < 0 || ((size_t) ret) >= sizeof (state->timestamp_path)) in check_conf()
577 if (!load_disk_timestamp (state.timestamp_path, &disk_time)) in main()
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py427 timestamp_path = os.path.join(bootstat_dir, 'timestamp')
429 with open(timestamp_path) as timestamp:
433 raise error.TestFail('Failed to read "%s"' % timestamp_path)