Searched refs:mount_tmpfs_cmd (Results 1 – 2 of 2) sorted by relevance
91 char mount_tmpfs_cmd[1000]; variable123 …snprintf(mount_tmpfs_cmd, sizeof(mount_tmpfs_cmd), "/sbin/mount_tmpfs -o union -s 10m %s", dir_pat…124 T_ASSERT_POSIX_SUCCESS(system(mount_tmpfs_cmd), "Mounting tmpfs with union flag at %s", dir_path);
101 char mount_tmpfs_cmd[1000]; variable123 snprintf(mount_tmpfs_cmd, sizeof(mount_tmpfs_cmd), "/sbin/mount_tmpfs -s 50m %s", testdir_path);124 T_ASSERT_POSIX_SUCCESS(system(mount_tmpfs_cmd), "Mounting tmpfs mount -> Should PASS");