Searched refs:targetPath (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/tracker/openterminal/
H A DOpenTerminal.cpp21 BPath targetPath; local
23 if (targetEntry.GetPath(&targetPath) != B_OK)
27 const char* argv[] = {"-w", targetPath.Path(), NULL};
/haiku/src/apps/installer/
H A DWorkerThread.h55 const char* targetPath,
H A DWorkerThread.cpp553 BPath targetPath(targetPkgDir.Path(), pkgPath.Leaf());
554 err = targetPath.InitCheck();
557 err = engine.Copy(pkgPath.Path(), targetPath.Path(),
745 const char* targetPath, ProgressReporter* reporter, BList& unzipEngines)
773 status_t ret = unzipEngine->SetTo(path.Path(), targetPath);
744 _ProcessZipPackages(const char* sourcePath, const char* targetPath, ProgressReporter* reporter, BList& unzipEngines) argument
/haiku/headers/private/mail/
H A Dmail_util.h105 status_t CopyMailFolderAttributes(const char* targetPath);
/haiku/src/servers/package/
H A DFSUtils.cpp202 const char* targetPath; local
203 error = targetDirectoryEntry.GetPath(targetPathBuffer, targetPath);
207 return ExtractPackageContent(packagePath, contentPath, targetPath);
H A DCommitTransactionHandler.cpp918 BString targetPath(file.Path());
920 lastSlash = strrchr(targetPath, '/');
922 BString targetParentPath(targetPath,
923 lastSlash - targetPath.String());
943 relativeSourcePath, rootDirectory, targetPath,
/haiku/src/servers/mail/
H A DDeskbarView.cpp403 BPath targetPath;
404 find_directory(B_USER_DIRECTORY, &targetPath);
405 targetPath.Append("mail/in");
407 directory.CreateSymLink("Open Inbox Folder", targetPath.Path(), NULL);
408 targetPath.GetParent(&targetPath);
409 directory.CreateSymLink("Open Mail Folder", targetPath.Path(), NULL);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h141 virtual void DebugReportRequested(entry_ref* targetPath);
143 virtual void WriteCoreFileRequested(entry_ref* targetPath);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp346 BPath targetPath; local
347 if (target.GetPath(&targetPath) != B_OK)
364 parent.CreateSymLink(name.String(), targetPath.Path(), &link);
/haiku/headers/private/debugger/model/
H A DTeam.h272 const char* targetPath);
451 const char* targetPath);
/haiku/src/kits/debugger/jobs/
H A DJobs.h313 const entry_ref& targetPath);
/haiku/src/kits/debugger/model/
H A DTeam.cpp856 Team::NotifyCoreFileChanged(const char* targetPath) argument
861 TEAM_EVENT_CORE_FILE_CHANGED, this, targetPath));
1052 const char* targetPath)
1055 fTargetPath(targetPath)
1051 CoreFileChangedEvent(uint32 type, Team* team, const char* targetPath) argument
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1326 TeamDebugger::DebugReportRequested(entry_ref* targetPath) argument
1329 message.AddRef("target", targetPath);
1335 TeamDebugger::WriteCoreFileRequested(entry_ref* targetPath) argument
1338 message.AddRef("target", targetPath);
2345 TeamDebugger::_HandleWriteCoreFile(const entry_ref& targetPath) argument
2349 targetPath));
/haiku/src/kits/mail/
H A Dmail_util.cpp1554 CopyMailFolderAttributes(const char* targetPath) argument
1566 BNode target(targetPath);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1141 Path targetPath; local
1143 result = node->GetPath(&targetPath);
1175 if (link(targetPath.GetPath(), path.GetPath()) < 0)

Completed in 315 milliseconds