Lines Matching full:args
58 const char *args[5];
59 args[0] = FSCK_MSDOS_PATH;
60 args[1] = "-p";
61 args[2] = "-f";
62 args[3] = fsPath;
63 args[4] = NULL;
65 rc = logwrap(4, args, 1);
156 const char *args[11];
159 args[0] = MKDOSFS_PATH;
160 args[1] = "-F";
161 args[2] = "32";
162 args[3] = "-O";
163 args[4] = "android";
164 args[5] = "-c";
165 args[6] = "8";
171 args[7] = "-s";
172 args[8] = size;
173 args[9] = fsPath;
174 args[10] = NULL;
175 rc = logwrap(11, args, 1);
177 args[7] = fsPath;
178 args[8] = NULL;
179 rc = logwrap(9, args, 1);