Home
last modified time | relevance | path

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

/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp104 BString fullpath; in IdentifyTests() local
109 fullpath = IMAGES_DIR; in IdentifyTests()
110 fullpath += paths[i]; in IdentifyTests()
111 printf(" [%s] ", fullpath.String()); in IdentifyTests()
112 CPPUNIT_ASSERT(file.SetTo(fullpath.String(), B_READ_ONLY) == B_OK); in IdentifyTests()