Searched refs:filelist (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.h27 (const char * filelist, profile_t *ret_profile);
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c26 struct filelist struct
29 struct filelist *next;
213 struct filelist null_file =
223 struct filelist *filelist = &null_file; local
230 struct filelist *new_file =
231 (struct filelist *) alloca (sizeof (*new_file));
280 new_file->next = filelist;
281 filelist = new_file;
404 struct filelist *new_fil
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c74 void load_filelist(char* filelist, char*** pfiles, int *pnum_files);
476 void load_filelist(char* filelist, char*** pfiles, int *pnum_files) argument
484 fp = fopen(filelist, "r");
486 pfprintf(PSTDOUT, "failed to open %s\n", filelist);
498 fp = fopen(filelist, "r");
/external/webkit/WebKitTools/android/webkitmerge/
H A Dwebkitmerge.cpp772 string filelist = string("cd ") + newBase + "/" + dir +
777 err = system(filelist.c_str());
976 string filelist = string("cd ") + newBase + "/" + dir + " ;"
981 fprintf(stderr, "make %s/%s filter: %s\n", dir, "Android.mk", filelist.c_str());
982 int err = system(filelist.c_str());
/external/kernel-headers/original/linux/
H A Dusb.h362 struct list_head filelist; member in struct:usb_device

Completed in 48 milliseconds