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

/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp699 entry_ref testRef1, testRef2, abstractRef; local
700 CHK(get_ref_for_path(testFile3, &testRef1) == B_OK);
736 CHK(nodeInfo.SetAppHint(&testRef1) == B_OK);
740 CHK(ref == testRef1);
741 CheckAppHintAttr(node, &testRef1);
767 CHK(nodeInfo.SetAppHint(&testRef1) == B_NO_INIT);
847 entry_ref testRef1; local
848 CHK(get_ref_for_path(testFile1, &testRef1) == B_OK);
892 CHK(BNodeInfo::GetTrackerIcon(&testRef1, NULL, B_MINI_ICON)
895 CHK(BNodeInfo::GetTrackerIcon(&testRef1, NUL
[all...]

Completed in 41 milliseconds