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

/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c617 random_op_t* ops_list = malloc(n_ops * sizeof(random_op_t)); local
618 assert(ops_list != NULL);
624 ops_list[op++] = OPS[i];
627 env->ops = ops_list;

Completed in 27 milliseconds