Lines Matching refs:should
61 T_LOG("procargs data should be %lu bytes", preflightSize);
72 T_ASSERT_LE(bufferSize, allocSize, "returned buffer size should be less than allocated size");
75 /* Allocated buffer is larger than what kernel wrote, so it should match preflightSize */
76 T_ASSERT_EQ(bufferSize, preflightSize, "buffer size should be the same as preflight size");
121 …T_ASSERT_EQ(type, KERN_PROCARGS, "Legacy executable path should only be present for KERN_PROCARGS"…
263 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
264 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
269 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
270 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
278 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
279 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
308 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
309 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
332 T_ASSERT_NOTNULL(procargs->executablePath, "executable path should be non-null");
333 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");