Searched refs:CreateEntry (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/package/
H A DFSTransaction.h30 int32 CreateEntry(const Entry& entry,
103 transaction->CreateEntry(entry, modifiedOperation))
H A DFSTransaction.cpp165 FSTransaction::CreateEntry(const Entry& entry, int32 modifiedOperation) function in class:FSTransaction
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h38 status_t CreateEntry(Node *node, const char *name, Entry **entry = NULL);
H A DDirectory.cpp151 // CreateEntry
153 Directory::CreateEntry(Node *node, const char *name, Entry **_entry) function in class:Directory
346 error = CreateEntry(node, name);
H A Dkernel_interface.cpp484 error = dir->CreateEntry(node, name);
621 error = newDir->CreateEntry(node, newName);
634 newDir->CreateEntry(node, oldName);
/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h72 status_t CreateEntry(image_id image, BList* targets);
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp216 // CreateEntry
218 ElfSymbolPatchInfo::CreateEntry(image_id image, BList* targets) function in class:ElfSymbolPatchInfo
391 error = info->CreateEntry(image->GetID(), &patchTargets);
434 error = info->CreateEntry(image->GetID(), &patchTargets);
/haiku/src/kits/storage/
H A DPathMonitor.cpp477 Entry* CreateEntry(const BString& name, Node* node) function in class:__anon3::Directory
1771 Entry* entry = directory->CreateEntry(name, NULL);

Completed in 88 milliseconds