Home
last modified time | relevance | path

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

/external/kmod/libkmod/
Dlibkmod-index.h32 struct index_file;
33 struct index_file *index_file_open(const char *filename);
34 void index_file_close(struct index_file *idx);
35 char *index_search(struct index_file *idx, const char *key);
36 void index_dump(struct index_file *in, int fd, const char *prefix);
37 struct index_value *index_searchwild(struct index_file *idx, const char *key);
Dlibkmod-index.c307 struct index_file { struct
312 struct index_file *index_file_open(const char *filename) in index_file_open() argument
316 struct index_file *new; in index_file_open()
335 new = NOFAIL(malloc(sizeof(struct index_file))); in index_file_open()
343 void index_file_close(struct index_file *idx) in index_file_close()
349 static struct index_node_f *index_readroot(struct index_file *in) in index_readroot()
395 void index_dump(struct index_file *in, int fd, const char *prefix) in index_dump()
454 char *index_search(struct index_file *in, const char *key) in index_search()
590 struct index_value *index_searchwild(struct index_file *in, const char *key) in index_searchwild()
Dlibkmod.c429 struct index_file *idx; in kmod_lookup_alias_from_alias_bin()
505 struct index_file *idx; in lookup_builtin_file()
568 struct index_file *idx; in kmod_search_moddep()
927 struct index_file *idx; in kmod_dump_index()
/external/python/setuptools/setuptools/tests/
Dtest_packageindex.py177 index_file = tmpdir / 'index.html'
178 with index_file.open('w') as f:
/external/clang/tools/c-index-test/
Dc-index-test.c3378 static int index_file(int argc, const char **argv, int full) { in index_file() function
4319 return index_file(argc - 2, argv + 2, /*full=*/0); in cindextest_main()
4321 return index_file(argc - 2, argv + 2, /*full=*/1); in cindextest_main()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...