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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2127 // get_entry_ref_for_entry
2130 get_entry_ref_for_entry(const char *dir, const char *leaf, entry_ref *ref) function
2215 CPPUNIT_ASSERT( get_entry_ref_for_entry("/", ".", &ref2) == B_OK );
2223 CPPUNIT_ASSERT( get_entry_ref_for_entry("/", "boot", &ref2) == B_OK );
2236 CPPUNIT_ASSERT( get_entry_ref_for_entry("/", ".", &ref2) == B_OK );
2605 get_entry_ref_for_entry(super->cpath, cname, &ref);

Completed in 36 milliseconds