Searched refs:cant_set (Results 1 – 1 of 1) sorted by relevance
85 zx_handle_t cant_set; in test_name_property() local86 if (get_new_rights(object, cant_set_rights, &cant_set)) { in test_name_property()87 … EXPECT_EQ(zx_object_set_property(cant_set, ZX_PROP_NAME, "", 0), ZX_ERR_ACCESS_DENIED, ""); in test_name_property()88 zx_handle_close(cant_set); in test_name_property()
Completed in 3 milliseconds