Home
last modified time | relevance | path

Searched refs:CreateLink (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/kits/storage/
H A DEntryTest.h90 void CreateLink(const char *link, const char *target);
H A DEntryTest.cpp1435 CreateLink(pathname.c_str(), file1.cpath); in RenameTestEntry()
1665 CreateLink(pathname.c_str(), file1.cpath); in MoveToTestEntry()
2260 EntryTest::CreateLink(const char *link, const char *target) in CreateLink() function in EntryTest
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h57 status_t CreateLink(const char* name, const char* path,
H A DInode.cpp399 Inode::CreateLink(const char* name, const char* path, int mode, ino_t* id) in CreateLink() function in Inode
H A Dkernel_interface.cpp541 status_t result = inode->CreateLink(name, path, mode, &id); in nfs4_create_symlink()