Searched refs:full_cmd (Results 1 – 1 of 1) sorted by relevance
630 char *full_cmd; in ffsa_cleanup_bottom() local633 full_cmd = malloc(strlen(cmd) + strlen(fuse_mountpoint) + 1); in ffsa_cleanup_bottom()635 sprintf(full_cmd, "%s%s", cmd, fuse_mountpoint); in ffsa_cleanup_bottom()636 if (system(full_cmd) < -1) { in ffsa_cleanup_bottom()639 free(full_cmd); in ffsa_cleanup_bottom()