Searched refs:FileName (Results 1 - 25 of 33) sorted by last modified time

12

/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp470 package->Info().FileName().String());
484 package->Info().FileName().String());
503 package->Info().FileName().String());
H A DSoftwareUpdaterWindow.cpp1217 if (item != NULL && strcmp(item->FileName(), packageName) == 0) {
H A DSoftwareUpdaterWindow.h81 const char* FileName() { return fFileName.String(); }; function in class:PackageItem
/haiku/src/kits/package/
H A DPackageInfo.cpp461 BPackageInfo::FileName() const function in class:BPackageKit::BPackageInfo
/haiku/headers/os/package/
H A DPackageInfo.h73 BString FileName() const;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp47 fPackageName(package != NULL ? package->FileName() : BString()),
93 packageName = package->FileName();
170 Package* package = fVolumeState->FindPackage((*it)->FileName());
176 Package* package = fVolumeState->FindPackage((*it)->FileName());
563 package->FileName().String(), strerror(error));
565 .SetPath1(package->FileName())
566 .SetPackageName(package->FileName())
577 package->FileName().String(), strerror(error));
580 _GetPath(FSUtils::Entry(entryRef), package->FileName()))
623 package->FileName());
[all...]
H A DVolume.cpp384 package->FileName().String()))
421 "to repository: %s\n", package->FileName().String(),
1388 package->FileName());
1404 INFORM("active package: \"%s\"\n", package->FileName().String());
1416 INFORM("inactive package: \"%s\"\n", package->FileName().String());
1499 _result.SetErrorPackage(handler.CurrentPackage()->FileName());
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h117 const BString& FileName() const function in class:PackageInfo
H A DPackageInfo.cpp73 fFileName(info.FileName()),
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp79 BString fileName = header.FileName();
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.cpp75 header.FileName().String());
H A DTarArchiveHeader.h26 const BString& FileName() const;
H A DTarArchiveHeader.cpp24 TarArchiveHeader::FileName() const function in class:TarArchiveHeader
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp247 systemInstalledPackages[repoPackageInfo.FileName()]
258 systemFlaggedPackages.Add(repoPackageInfo.FileName());
357 package->Info().FileName());
H A DServerIconExportUpdateProcess.cpp74 if (header.Length() > 0 && header.FileName() == ENTRY_PATH_METADATA) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp535 const char* name = package->FileName();
1626 INFORM("package \"%s\" deactivated\n", package->FileName().Data());
1645 INFORM("package \"%s\" activated\n", package->FileName().Data());
1664 package->FileName().Data());
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1030 const char *FileName, int NumberOfFiles);
1055 const char *FileName, int NumberOfFiles);
1336 const char *FileName, char *ErrorMessage);
2555 const char *FileName,
2562 ErrorCode = MessageFile.SetTo (FileName, B_READ_ONLY);
2565 sprintf (ErrorMessage, "Unable to open file \"%s\" for reading", FileName);
2570 &MessageFile, FileName, ErrorMessage);
2576 return EvaluateFile (FileName, &TempBMessage, ErrorMessage);
5028 if (AttachmentPntr->FileName (AttachmentName) >= 0)
5354 const char *FileName,
2553 AddFileToDatabase( ClassificationTypes IsSpamOrWhat, const char *FileName, char *ErrorMessage) argument
5352 ClassificationChoicesWindow( BRect FrameRect, const char *FileName, int NumberOfFiles) argument
5458 ClassificationChoicesView( BRect FrameRect, const char *FileName, int NumberOfFiles) argument
[all...]
/haiku/src/apps/mail/
H A DEnclosures.cpp458 if ((attachment == NULL) || (attachment->FileName(name) < B_OK))
H A DContent.cpp2284 attachment->FileName(fileName);
/haiku/src/kits/package/manager/
H A DPackageManager.cpp555 BString fileName(package->Info().FileName());
655 package->Info().FileName())) {
707 package->Info().FileName().String());
1006 BString fileName(package->Info().FileName());
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp31 path.Append(package->FileName());
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h50 const String& FileName() const { return fFileName; } function in class:Package
181 return value->FileName().Hash();
186 return strcmp(value->FileName(), key) == 0;
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp52 CPPUNIT_ASSERT_EQUAL(BString("hicn/somepkg/16.png"), header.FileName());
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h46 char16_t FileName[]; member in struct:__anon17
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp119 const char* value = package->FileName();

Completed in 226 milliseconds

12