vl-android.c | 327 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt 909 if (!drives_opt[index].used) { 910 drives_opt[index].used = 1; 940 drives_opt[index].file = file; 942 vsnprintf(drives_opt[index].opt, 943 sizeof(drives_opt[0].opt), fmt, ap); 952 drives_opt[index].used = 0; [all...] |