Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Dcatalog.h12 int catalog_import_file(OrderedHashmap *h, const char *path);
Dtest-catalog.c43 assert_se(catalog_import_file(h, name) == code); in test_import()
Dcatalog.c246 int catalog_import_file(OrderedHashmap *h, const char *path) { in catalog_import_file() function
463 r = catalog_import_file(h, *f); in catalog_update()
/systemd-251/src/fuzz/
Dfuzz-catalog.c23 (void) catalog_import_file(h, name); in LLVMFuzzerTestOneInput()