Home
last modified time | relevance | path

Searched refs:full_cmd (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.c630 char *full_cmd; in ffsa_cleanup_bottom() local
633 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()