Searched refs:catalog_import_file (Results 1 – 4 of 4) sorted by relevance
12 int catalog_import_file(OrderedHashmap *h, const char *path);
43 assert_se(catalog_import_file(h, name) == code); in test_import()
246 int catalog_import_file(OrderedHashmap *h, const char *path) { in catalog_import_file() function463 r = catalog_import_file(h, *f); in catalog_update()
23 (void) catalog_import_file(h, name); in LLVMFuzzerTestOneInput()