Home | History | Annotate | Download | only in vold

Lines Matching refs:cmdline

997     char cmdline[256];
1001 snprintf(cmdline, sizeof(cmdline), "/system/bin/make_ext4fs -a /data -l %lld %s",
1003 SLOGI("Making empty filesystem with command %s\n", cmdline);
1005 snprintf(cmdline, sizeof(cmdline), "/system/bin/newfs_msdos -F 32 -O android -c 8 -s %lld %s",
1007 SLOGI("Making empty filesystem with command %s\n", cmdline);
1013 if (system(cmdline)) {