Searched refs:index_file (Results 1 – 6 of 6) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-index.h | 32 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);
|
D | libkmod-index.c | 307 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()
|
D | libkmod.c | 429 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/ |
D | test_packageindex.py | 177 index_file = tmpdir / 'index.html' 178 with index_file.open('w') as f:
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3378 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/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |