Searched refs:timestamp_str (Results 1 – 1 of 1) sorted by relevance
770 _cleanup_free_ char *timestamp_str = NULL; in condition_test_needs_update() local771 r = parse_env_file(NULL, p, "TIMESTAMP_NSEC", ×tamp_str); in condition_test_needs_update()776 if (isempty(timestamp_str)) { in condition_test_needs_update()782 r = safe_atou64(timestamp_str, ×tamp); in condition_test_needs_update()784 …g_errno(r, "Failed to parse timestamp value '%s' in file '%s', using mtime: %m", timestamp_str, p); in condition_test_needs_update()