Searched refs:existing (Results 1 - 9 of 9) sorted by path

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex128 regular data of the file. That is adding resources to an existing ELF file
/haiku/src/bin/unzip/
H A Dfileio.c332 "open_outfile: existing file %s is read-only\n",
1809 int check_for_newer(__G__ filename) /* return 1 if existing file is newer */
1813 time_t existing, archive; variable
1878 * time stamp of the existing file >>>ONLY<<< when the EF info is also
1890 existing = G.statbuf.st_mtime;
1893 /* round up existing filetime to nearest 2 seconds for comparison,
1896 existing = ((G.statbuf.st_mtime & 1) &&
1902 /* round up existing filetime to nearest 2 seconds for comparison,
1905 existing = ((G.statbuf.st_mtime & 1) &&
1911 TTrace((stderr, "check_for_newer: existing
[all...]
/haiku/src/tests/kits/storage/
H A DEntryTest.h50 string newName, bool existing, bool clobber,
53 bool existing, bool clobber,
56 bool existing, bool clobber, status_t error);
58 bool existing, bool clobber, status_t error);
60 bool existing, bool clobber, status_t error);
64 string newName, bool existing, bool clobber,
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, boo
[all...]
H A DDirectoryTest.cpp109 const char *existing = existingDirname; local
125 BDirectory dir(existing);
165 BEntry entry(existing);
208 BEntry entry(existing);
243 BNode node(existing);
269 BDirectory pathDir(existing);
276 BDirectory pathDir(existing);
300 BDirectory pathDir(existing);
307 BDirectory pathDir(existing);
344 const char *existing local
561 const char *existing = existingDirname; local
634 const char *existing = existingDirname; local
808 const char *existing = existingDirname; local
1072 const char *existing = existingDirname; local
1717 const char *existing = existingDirname; local
[all...]
H A DEntryTest.cpp1414 string newName, bool existing, bool clobber,
1438 if (existing)
1478 if (existing) {
1489 bool existing, bool clobber, status_t error,
1496 RenameTestEntry(testEntry, newTestEntry, relPath, existing,
1500 RenameTestEntry(testEntry, newTestEntry, newTestEntry->path, existing,
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, clobbe
1413 RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, string newName, bool existing, bool clobber, status_t error, uint32 kind) argument
1488 RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error, uint32 kind) argument
1506 RenameTestFile(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1515 RenameTestDir(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1524 RenameTestLink(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1634 MoveToTestEntry(TestEntry *testEntry, TestEntry *testDir, string newName, bool existing, bool clobber, status_t error, uint32 kind) 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...]
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp785 AttributeEntry *existing = FindAttribute(name); local
786 if (existing != NULL) {
788 existing->SetSize(0);
792 if (existing->Type() != type) {
793 if (existing->Size() != 0)
795 existing->SetType(type);
798 if (existing->InitCheck() == B_OK) {
799 *_entry = existing;
803 // we tried to change the existing item but failed, try to just
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp296 BListItem* existing; local
299 while ((existing = fDomains->ItemUnderAt(parent, true, i++)) != NULL) {
300 DomainItem* stringItem = (DomainItem*)existing;
/haiku/src/kits/media/
H A DBufferCache.cpp45 buffer_cache_entry* existing;
46 if (fMap.Get(id, existing)) {
47 existing->buffer->fFlags |= BUFFER_TO_RECLAIM;
48 return existing->buffer;
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp219 link_device* existing = links.ElementAt(j); local
220 if (existing->handle == irqEntry.source) {
221 link = existing;

Completed in 69 milliseconds