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

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

Completed in 18 milliseconds