Searched refs:linkToPath (Results 1 – 7 of 7) sorted by relevance
/haiku/src/kits/storage/ |
H A D | Directory.cpp | 458 BDirectory::CreateSymLink(const char* path, const char* linkToPath, in CreateSymLink() argument 461 if (!path || !linkToPath) in CreateSymLink() 465 status_t error = _kern_create_symlink(fDirFd, path, linkToPath, in CreateSymLink()
|
/haiku/src/build/libbe/storage/ |
H A D | Directory.cpp | 438 BDirectory::CreateSymLink(const char* path, const char* linkToPath, in CreateSymLink() argument 441 if (!path || !linkToPath) in CreateSymLink() 445 status_t error = _kern_create_symlink(fDirFd, path, linkToPath, in CreateSymLink()
|
/haiku/headers/os/storage/ |
H A D | Directory.h | 59 status_t CreateSymLink(const char *path, const char *linkToPath,
|
/haiku/headers/build/os/storage/ |
H A D | Directory.h | 57 status_t CreateSymLink(const char *path, const char *linkToPath,
|
/haiku/src/tests/kits/storage/ |
H A D | QueryTest.cpp | 380 linkToPath(), in QueryTestEntry() 388 linkToPath = linkTarget->path; in QueryTestEntry() 389 clinkToPath = this->linkToPath.c_str(); in QueryTestEntry() 400 string linkToPath; member in QueryTestEntry 489 cmdLine += " ; ln -s " + entry->linkToPath + " " + entry->path; in create_test_entries()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | GeneralInfoView.cpp | 344 char linkToPath[B_PATH_NAME_LENGTH]; in InitStrings() local 345 symLink.ReadLink(linkToPath, B_PATH_NAME_LENGTH); in InitStrings() 346 fLinkToStr = linkToPath; in InitStrings()
|
/haiku/docs/user/storage/ |
H A D | Directory.dox | 591 const char* linkToPath, BSymLink* link) 598 \param linkToPath the path the symbolic link shall point to. 604 \retval B_BAD_VALUE \c NULL \a path or \a linkToPath.
|