Searched refs:timestamp_path (Results 1 – 5 of 5) sorted by relevance
57 timestamp_path = os.path.join(build_path, _TIMESTAMP_FILENAME)58 if os.path.exists(timestamp_path):59 age = os.stat(timestamp_path).st_mtime
85 if ( (save_fd = open (state->timestamp_path, in time_setter_coprocess()91 unlink (state->timestamp_path); in time_setter_coprocess()
174 char timestamp_path[PATH_MAX]; member192 char timestamp_path[PATH_MAX]; variable
404 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()
427 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)