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

/haiku/headers/os/storage/
H A DResourceStrings.h32 virtual status_t SetStringFile(const entry_ref* ref);
/haiku/src/kits/storage/
H A DResourceStrings.cpp38 SetStringFile(NULL);
55 SetStringFile(&ref);
69 SetStringFile().
124 // SetStringFile
132 BResourceStrings::SetStringFile(const entry_ref *ref) function in class:BResourceStrings
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp376 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
388 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
400 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
412 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
424 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
436 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
448 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
460 CPPUNIT_ASSERT( resourceStrings.SetStringFile(&ref) == B_OK );
472 CPPUNIT_ASSERT( equals(resourceStrings.SetStringFile(&ref), B_ERROR,
486 CPPUNIT_ASSERT( resourceStrings.SetStringFile(
[all...]

Completed in 26 milliseconds