Searched refs:CreateLink (Results 1 – 5 of 5) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | EntryTest.h | 90 void CreateLink(const char *link, const char *target);
|
H A D | EntryTest.cpp | 1435 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 D | Inode.h | 57 status_t CreateLink(const char* name, const char* path,
|
H A D | Inode.cpp | 399 Inode::CreateLink(const char* name, const char* path, int mode, ino_t* id) in CreateLink() function in Inode
|
H A D | kernel_interface.cpp | 541 status_t result = inode->CreateLink(name, path, mode, &id); in nfs4_create_symlink()
|