Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcondition.c770 _cleanup_free_ char *timestamp_str = NULL; in condition_test_needs_update() local
771 r = parse_env_file(NULL, p, "TIMESTAMP_NSEC", &timestamp_str); in condition_test_needs_update()
776 if (isempty(timestamp_str)) { in condition_test_needs_update()
782 r = safe_atou64(timestamp_str, &timestamp); 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()