Lines Matching defs:clobber

1414 						   string newName, bool existing, bool clobber,
1443 status_t result = entry.Rename(newName.c_str(), clobber);
1445 printf("`%s'.Rename(`%s', %d): ", pathname.c_str(), newName.c_str(), clobber);
1489 bool existing, bool clobber, status_t error,
1497 clobber, error, B_FILE_NODE);
1501 clobber, error, B_FILE_NODE);
1507 bool existing, bool clobber, status_t error)
1509 RenameTestEntry(testEntry, newTestEntry, existing, clobber, error,
1516 bool existing, bool clobber, status_t error)
1518 RenameTestEntry(testEntry, newTestEntry, existing, clobber, error,
1525 bool existing, bool clobber, status_t error)
1527 RenameTestEntry(testEntry, newTestEntry, existing, clobber, error,
1544 // different dir, existing file, clobber
1546 // different dir, existing file, no clobber
1555 // different dir, existing file, clobber
1557 // different dir, existing file, no clobber
1566 // different dir, existing file, clobber
1568 // different dir, existing file, no clobber
1571 // try to clobber a non-empty directory
1581 // clobber an empty directory
1635 string newName, bool existing, bool clobber,
1674 status_t result = entry.MoveTo(&dir, NULL, clobber);
1676 printf("`%s'.MoveTo(`%s', NULL, %d): ", pathname.c_str(), dirname.c_str(), clobber);
1681 status_t result = entry.MoveTo(&dir, newName.c_str(), clobber);
1683 printf("`%s'.MoveTo(`%s', `%s', %d): ", pathname.c_str(), newName.c_str(), dirname.c_str(), clobber);
1729 bool clobber, status_t error, uint32 kind)
1736 clobber, error, B_FILE_NODE);
1738 clobber, error, B_FILE_NODE);
1740 MoveToTestEntry(testEntry, testDir, "", existing, clobber, error,
1748 TestEntry *newTestEntry, bool existing, bool clobber,
1751 MoveToTestEntry(testEntry, testDir, newTestEntry, existing, clobber, error,
1758 TestEntry *newTestEntry, bool existing, bool clobber,
1761 MoveToTestEntry(testEntry, testDir, newTestEntry, existing, clobber, error,
1768 TestEntry *newTestEntry, bool existing, bool clobber,
1771 MoveToTestEntry(testEntry, testDir, newTestEntry, existing, clobber, error,
1788 // different dir, existing file, clobber
1790 // different dir, existing file, no clobber
1798 // different dir, existing file, clobber
1800 // different dir, existing file, no clobber
1808 // different dir, existing file, clobber
1810 // different dir, existing file, no clobber
1823 // different dir, existing file, clobber
1825 // different dir, existing file, no clobber
1836 // different dir, existing file, clobber
1838 // different dir, existing file, no clobber
1849 // different dir, existing file, clobber
1851 // different dir, existing file, no clobber
1854 // try to clobber a non-empty directory
1865 // clobber an empty directory