Searched refs:updateType (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/package/
H A DGlobalWritableFileInfo.cpp27 fUpdateType(infoData.updateType),
34 BWritableFileUpdateType updateType, bool isDirectory)
37 fUpdateType(updateType),
87 BWritableFileUpdateType updateType, bool isDirectory)
90 fUpdateType = updateType;
33 BGlobalWritableFileInfo(const BString& path, BWritableFileUpdateType updateType, bool isDirectory) argument
86 SetTo(const BString& path, BWritableFileUpdateType updateType, bool isDirectory) argument
H A DPackageInfo.cpp1329 FieldName updateTypeField(field, ":updateType");
1606 FieldName updateTypeField(field, ":updateType");
1629 int32 updateType;
1630 error = archive->FindInt32(updateTypeField, i, &updateType);
1633 if (updateType < 0
1634 || updateType > B_WRITABLE_FILE_UPDATE_TYPE_ENUM_COUNT) {
1645 (BWritableFileUpdateType)updateType, isDirectory);
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h28 BWritableFileUpdateType updateType,
40 BWritableFileUpdateType updateType,
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp93 bool updateType = false; local
105 updateType = true;
107 updateAppInfo = (updateType
113 if (!err && (updateType || updateAppInfo)) {
119 if (!err && updateType) {
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h52 BWritableFileUpdateType updateType; member in struct:BPackageKit::BHPKG::BGlobalWritableFileInfoData
/haiku/src/servers/package/
H A DCommitTransactionHandler.h93 BWritableFileUpdateType updateType);
H A DCommitTransactionHandler.cpp953 BWritableFileUpdateType updateType)
1052 updateType);
1071 if (updateType != B_WRITABLE_FILE_UPDATE_TYPE_KEEP_OLD) {
1143 if (updateType != B_WRITABLE_FILE_UPDATE_TYPE_KEEP_OLD) {
1178 if (updateType != B_WRITABLE_FILE_UPDATE_TYPE_KEEP_OLD) {
950 _AddGlobalWritableFileRecurse(Package* package, const BDirectory& sourceDirectory, FSUtils::Path& relativeSourcePath, const BDirectory& targetDirectory, const char* targetName, BWritableFileUpdateType updateType) argument
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp353 fPackageInfoValue.globalWritableFileInfo.updateType
623 fPackageInfoValue.globalWritableFileInfo.updateType

Completed in 110 milliseconds