Home
last modified time | relevance | path

Searched refs:defgh (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp319 OSString * defgh = OSString::withCString("defgh", 10); in OSCollectionTest() local
320 assert(strcmp(defgh->getCStringNoCopy(), "defgh") == 0); in OSCollectionTest()
324 OSSafeReleaseNULL(defgh); in OSCollectionTest()