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

/haiku/src/tests/kits/storage/
H A DEntryTest.h49 void RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry,
52 void RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry,
55 void RenameTestFile(TestEntry *testEntry, TestEntry *newTestEntry,
57 void RenameTestDir(TestEntry *testEntry, TestEntry *newTestEntry,
59 void RenameTestLink(TestEntry *testEntry, TestEntry *newTestEntry,
67 TestEntry *newTestEntry, bool existing, bool clobber,
70 TestEntry *newTestEntry, bool existing, bool clobber,
73 TestEntry *newTestEntry, bool existing, bool clobber,
76 TestEntry *newTestEntry, bool existing, bool clobber,
H A DEntryTest.cpp1413 EntryTest::RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, argument
1423 string newPathname = newTestEntry->path;
1488 EntryTest::RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, argument
1494 newTestEntry);
1496 RenameTestEntry(testEntry, newTestEntry, relPath, existing,
1500 RenameTestEntry(testEntry, newTestEntry, newTestEntry->path, existing,
1506 EntryTest::RenameTestFile(TestEntry *testEntry, TestEntry *newTestEntry, argument
1509 RenameTestEntry(testEntry, newTestEntry, existing, clobber, error,
1515 EntryTest::RenameTestDir(TestEntry *testEntry, TestEntry *newTestEntry, argument
1524 RenameTestLink(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1727 MoveToTestEntry(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error, uint32 kind) argument
1747 MoveToTestFile(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1757 MoveToTestDir(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1767 MoveToTestLink(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
[all...]

Completed in 89 milliseconds