HomeSort by relevance Sort by last modified time
    Searched defs:filelist (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdw/
dwarf_getsrclines.c 26 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_file
    [all...]
  /system/core/adb/
file_sync_client.c 601 static int local_build_list(copyinfo **filelist,
656 ci->next = *filelist;
657 *filelist = ci;
666 local_build_list(filelist, ci->src, ci->dst);
676 copyinfo *filelist = 0; local
697 if(local_build_list(&filelist, lpath, rpath)) {
702 for(ci = filelist; ci != 0; ci = ci->next) {
707 for(ci = filelist; ci != 0; ci = ci->next) {
719 for(ci = filelist; ci != 0; ci = next) {
803 copyinfo **filelist; member in struct:__anon25893
829 copyinfo **filelist = args->filelist; local
874 copyinfo *filelist = 0; local
    [all...]
  /external/kernel-headers/original/linux/
usb.h 362 struct list_head filelist; member in struct:usb_device
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 355 milliseconds