Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dunion_getdirentries.c91 char mount_tmpfs_cmd[1000]; variable
123 …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);
H A Dsandbox_appledouble_write.c101 char mount_tmpfs_cmd[1000]; variable
123 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");