Lines Matching defs:ze
238 ZfsdException ze("");
239 EXPECT_STREQ("", ze.GetString().c_str());
244 ZfsdException ze(" %d %s", 55, "hello world");
245 EXPECT_STREQ(" 55 hello world", ze.GetString().c_str());
250 ZfsdException ze("unit test w/o vdev or pool");
251 ze.Log();
261 ZfsdException ze(poolConfig, msg);
262 ze.Log();
271 ZfsdException ze(&poolHandle, msg);
272 ze.Log();