Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-logging.c186 gchar *entry_path = g_build_filename(root, entry_name, NULL); in rmdir_full() local
187 g_assert(g_remove(entry_path) == 0); in rmdir_full()
188 g_free(entry_path); in rmdir_full()
/openbmc/openbmc-test-automation/lib/
H A Dcommon_utils.robot797 [Arguments] ${entry_path} ${quiet}=${0}
801 # entry_path Delete an error log entry.
809 ... Should Match Regexp ${entry_path} /callout[s]?(/|$)
813 ${resp}= Openbmc Delete Request ${entry_path} data=${data} quiet=${quiet}