vl-android.c | 323 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt 905 if (!drives_opt[index].used) { 906 drives_opt[index].used = 1; 936 drives_opt[index].file = file; 938 vsnprintf(drives_opt[index].opt, 939 sizeof(drives_opt[0].opt), fmt, ap); 948 drives_opt[index].used = 0; [all...] |