Home
last modified time | relevance | path

Searched refs:fTargetEntry (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp49 result = fTargetEntry.SetTo(&fTargetDirectory, repoInfo.Name().String()); in Execute()
53 if (fTargetEntry.Exists()) { in Execute()
60 fTargetEntry.Unset(); in Execute()
79 if ((result = repoConfig.Store(fTargetEntry)) != B_OK) in Execute()
93 && fTargetEntry.InitCheck() == B_OK) in Cleanup()
94 fTargetEntry.Remove(); in Cleanup()
H A DDownloadFileRequest.cpp29 fTargetEntry(targetEntry), in DownloadFileRequest()
53 if (!FetchUtils::IsDownloadCompleted(BNode(&fTargetEntry))) { in CreateInitialJobs()
56 BString("Downloading ") << fFileURL, fFileURL, fTargetEntry); in CreateInitialJobs()
73 new (std::nothrow) GeneralFileChecksumAccessor(fTargetEntry, true)); in CreateInitialJobs()
H A DFetchFileJob.cpp42 fTargetEntry(targetEntry), in FetchFileJob()
72 return fTargetEntry.Name(); in DownloadFileName()
220 fTargetEntry.Remove(); in Cleanup()
232 fTargetEntry(targetEntry),
261 return fTargetEntry.Name();
290 fTargetEntry.Remove();
H A DFetchFileJob.h66 BEntry fTargetEntry; variable
/haiku/headers/os/package/
H A DDownloadFileRequest.h33 BEntry fTargetEntry; variable
/haiku/headers/private/package/
H A DActivateRepositoryConfigJob.h43 BEntry fTargetEntry; variable