Home
last modified time | relevance | path

Searched refs:linkToPath (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/storage/
H A DDirectory.cpp458 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 DDirectory.cpp438 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 DDirectory.h59 status_t CreateSymLink(const char *path, const char *linkToPath,
/haiku/headers/build/os/storage/
H A DDirectory.h57 status_t CreateSymLink(const char *path, const char *linkToPath,
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp380 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 DGeneralInfoView.cpp344 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 DDirectory.dox591 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.