Searched refs:execute_and_get_output (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/vm/ |
| H A D | test_vm_no_pager_helper.c | 123 execute_and_get_output(char* buf, size_t len, const char* fmt, ...) in execute_and_get_output() function 259 …execute_and_get_output(disk_name, len, "diskutil list | grep %s | awk {'print $7'}", FUNMOUNT_VOL_… in setup_unmount_image() 380 …ASSERT(!execute_and_get_output(buf, sizeof(buf), "diskutil image attach --noMount %s | head -1 | a… in create_disk_image() 404 …ASSERT(!execute_and_get_output(buf, sizeof(buf), "diskutil list | grep '%s' | awk {'print $7'}", v… in create_disk_image()
|