Home
last modified time | relevance | path

Searched refs:mount_buffer (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest06.c453 char mount_buffer[1024]; in cleanup() local
460 sprintf(mount_buffer, "/bin/umount %s", partition); in cleanup()
461 if (system(mount_buffer) != 0) { in cleanup()
H A Dftest02.c436 char mount_buffer[1024]; in cleanup() local
445 sprintf(mount_buffer, "/bin/umount %s", partition); in cleanup()
447 if (system(mount_buffer) != 0) { in cleanup()

Completed in 4 milliseconds