Searched refs:linkToPath (Results 1 - 6 of 6) sorted by relevance

/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/build/libbe/storage/
H A DDirectory.cpp438 BDirectory::CreateSymLink(const char* path, const char* linkToPath, argument
441 if (!path || !linkToPath)
445 status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
/haiku/src/kits/storage/
H A DDirectory.cpp458 BDirectory::CreateSymLink(const char* path, const char* linkToPath, argument
461 if (!path || !linkToPath)
465 status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp344 char linkToPath[B_PATH_NAME_LENGTH]; local
345 symLink.ReadLink(linkToPath, B_PATH_NAME_LENGTH);
346 fLinkToStr = linkToPath;
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp380 linkToPath(),
388 linkToPath = linkTarget->path;
389 clinkToPath = this->linkToPath.c_str();
400 string linkToPath; member in class:QueryTestEntry
489 cmdLine += " ; ln -s " + entry->linkToPath + " " + entry->path;

Completed in 176 milliseconds