HomeSort by relevance Sort by last modified time
    Searched refs:index_file (Results 1 - 6 of 6) sorted by null

  /external/kmod/libkmod/
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);
libkmod-index.c 307 struct index_file { struct
312 struct index_file *index_file_open(const char *filename)
316 struct index_file *new;
335 new = NOFAIL(malloc(sizeof(struct index_file)));
343 void index_file_close(struct index_file *idx)
349 static struct index_node_f *index_readroot(struct index_file *in)
395 void index_dump(struct index_file *in, int fd, const char *prefix)
454 char *index_search(struct index_file *in, const char *key)
590 struct index_value *index_searchwild(struct index_file *in, const char *key)
libkmod.c 429 struct index_file *idx;
505 struct index_file *idx;
568 struct index_file *idx;
927 struct index_file *idx;
  /development/tools/idegen/
intellij-gen.sh 55 index_file=$root_dir/module-index.txt
66 if [ ! -e "$index_file" ]; then
75 cmd="java -cp $idegenjar com.android.idegen.IntellijProject $index_file $project_dir $module_dirs"
  /external/python/setuptools/setuptools/tests/
test_packageindex.py 177 index_file = tmpdir / 'index.html'
178 with index_file.open('w') as f:
  /external/clang/tools/c-index-test/
c-index-test.c 3378 static int index_file(int argc, const char **argv, int full) { function
    [all...]

Completed in 480 milliseconds