Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DFileTest.cpp339 BFile file(nonExistingFilename, B_READ_WRITE); in RWAbleTest()
733 { nonExistingFilename, B_READ_ONLY , 0, 0, 0, false, B_ENTRY_NOT_FOUND },
734 { nonExistingFilename, B_WRITE_ONLY, 0, 0, 0, false, B_ENTRY_NOT_FOUND },
735 { nonExistingFilename, B_READ_WRITE, 0, 0, 0, false, B_ENTRY_NOT_FOUND },
736 { nonExistingFilename, B_READ_ONLY , 1, 0, 0, true , B_OK },
737 { nonExistingFilename, B_WRITE_ONLY, 1, 0, 0, true , B_OK },
738 { nonExistingFilename, B_READ_WRITE, 1, 0, 0, true , B_OK },
739 { nonExistingFilename, B_READ_ONLY , 0, 1, 0, false, B_ENTRY_NOT_FOUND },
740 { nonExistingFilename, B_WRITE_ONLY, 0, 1, 0, false, B_ENTRY_NOT_FOUND },
741 { nonExistingFilename, B_READ_WRITE, 0, 1, 0, false, B_ENTRY_NOT_FOUND },
[all …]
H A DNodeTest.h67 static const char * nonExistingFilename; variable
H A DNodeTest.cpp1223 const char *NodeTest::nonExistingFilename = "/tmp/non-existing-file"; member in NodeTest
1260 nonExistingFilename,