summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qresource.cpp
blob: 80247de9a0d83b6dda4649dde5993aaa82754839 (plain)
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702
/******************************************************************************** Copyright (C) 2019 The Qt Company Ltd.** Copyright (C) 2020 Intel Corporation.** Contact: https://www.qt.io/licensing/**** This file is part of the QtCore module of the Qt Toolkit.**** $QT_BEGIN_LICENSE:LGPL$** Commercial License Usage** Licensees holding valid commercial Qt licenses may use this file in** accordance with the commercial license agreement provided with the** Software or, alternatively, in accordance with the terms contained in** a written agreement between you and The Qt Company. For licensing terms** and conditions see https://www.qt.io/terms-conditions. For further** information use the contact form at https://www.qt.io/contact-us.**** GNU Lesser General Public License Usage** Alternatively, this file may be used under the terms of the GNU Lesser** General Public License version 3 as published by the Free Software** Foundation and appearing in the file LICENSE.LGPL3 included in the** packaging of this file. Please review the following information to** ensure the GNU Lesser General Public License version 3 requirements** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.**** GNU General Public License Usage** Alternatively, this file may be used under the terms of the GNU** General Public License version 2.0 or (at your option) the GNU General** Public license version 3 or any later version approved by the KDE Free** Qt Foundation. The licenses are as published by the Free Software** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3** included in the packaging of this file. Please review the following** information to ensure the GNU General Public License requirements will** be met: https://www.gnu.org/licenses/gpl-2.0.html and** https://www.gnu.org/licenses/gpl-3.0.html.**** $QT_END_LICENSE$******************************************************************************/#include"qresource.h"#include"qresource_p.h"#include"qresource_iterator_p.h"#include"qset.h"#include <private/qlocking_p.h>#include"qdebug.h"#include"qlocale.h"#include"qglobal.h"#include"qlist.h"#include"qdatetime.h"#include"qbytearray.h"#include"qstringlist.h"#include"qendian.h"#include <qshareddata.h>#include <qplatformdefs.h>#include <qendian.h>#include"private/qabstractfileengine_p.h"#include"private/qduplicatetracker_p.h"#include"private/qnumeric_p.h"#include"private/qsimd_p.h"#include"private/qtools_p.h"#include"private/qsystemerror_p.h"#ifndef QT_NO_COMPRESS# include <zconf.h># include <zlib.h>#endif#if QT_CONFIG(zstd)# include <zstd.h>#endif#if defined(Q_OS_UNIX) && !defined(Q_OS_NACL) && !defined(Q_OS_INTEGRITY)# define QT_USE_MMAP# include <sys/mman.h>#endif//#define DEBUG_RESOURCE_MATCH QT_BEGIN_NAMESPACE // Symbols used by code generated by RCC.// They cause compilation errors if the RCC content couldn't// be interpreted by this QtCore version.#if defined(__ELF__) || defined(__APPLE__)// same as RCC generates# define RCC_FEATURE_SYMBOL(feature) \ extern Q_CORE_EXPORT const quint8 qt_resourceFeature ## feature; \ const quint8 qt_resourceFeature ## feature = 0;#else# define RCC_FEATURE_SYMBOL(feature) \ Q_CORE_EXPORT quint8 qResourceFeature ## feature() { return 0; }#endif#ifndef QT_NO_COMPRESSRCC_FEATURE_SYMBOL(Zlib)#endif#if QT_CONFIG(zstd)RCC_FEATURE_SYMBOL(Zstd)#endif#undef RCC_FEATURE_SYMBOLclass QStringSplitter {public:explicitQStringSplitter(QStringView sv):m_data(sv.data()),m_len(sv.size()){}inlineboolhasNext() {while(m_pos < m_len && m_data[m_pos] == m_splitChar)++m_pos;return m_pos < m_len;}inline QStringView next() {int start = m_pos;while(m_pos < m_len && m_data[m_pos] != m_splitChar)++m_pos;returnQStringView(m_data + start, m_pos - start);}const QChar *m_data; qsizetype m_len; qsizetype m_pos =0; QChar m_splitChar =QLatin1Char('/');};//resource glueclass QResourceRoot {public:enum Flags {// must match rcc.h Compressed =0x01, Directory =0x02, CompressedZstd =0x04};private:const uchar *tree, *names, *payloads;int version;inlineintfindOffset(int node)const{return node * (14+ (version >=0x02?8:0)); }//sizeof each tree element uint hash(int node)const; QString name(int node)const;shortflags(int node)const;public:mutable QAtomicInt ref;inlineQResourceRoot():tree(nullptr),names(nullptr),payloads(nullptr),version(0) {}inlineQResourceRoot(int version,const uchar *t,const uchar *n,const uchar *d) {setSource(version, t, n, d); }virtual~QResourceRoot() { }intfindNode(const QString &path,const QLocale &locale=QLocale())const;inlineboolisContainer(int node)const{returnflags(node) & Directory; }QResource::Compression compressionAlgo(int node){ uint compressionFlags =flags(node) & (Compressed | CompressedZstd);if(compressionFlags == Compressed)returnQResource::ZlibCompression;if(compressionFlags == CompressedZstd)returnQResource::ZstdCompression;returnQResource::NoCompression;}const uchar *data(int node, qint64 *size)const; quint64 lastModified(int node)const; QStringList children(int node)const;virtual QString mappingRoot()const{returnQString(); }boolmappingRootSubdir(const QString &path, QString *match =nullptr)const;inlinebooloperator==(const QResourceRoot &other)const{return tree == other.tree && names == other.names && payloads == other.payloads && version == other.version; }inlinebooloperator!=(const QResourceRoot &other)const{return!operator==(other); }enum ResourceRootType { Resource_Builtin, Resource_File, Resource_Buffer };virtual ResourceRootType type()const{return Resource_Builtin; }protected:inlinevoidsetSource(int v,const uchar *t,const uchar *n,const uchar *d) { tree = t; names = n; payloads = d; version = v;}};static QString cleanPath(const QString &_path){ QString path =QDir::cleanPath(_path);// QDir::cleanPath does not remove two trailing slashes under _Windows_// due to support for UNC paths. Remove those manually.if(path.startsWith(QLatin1String("//"))) path.remove(0,1);return path;}Q_DECLARE_TYPEINFO(QResourceRoot, Q_MOVABLE_TYPE);typedef QList<QResourceRoot*> ResourceList;struct QResourceGlobalData { QRecursiveMutex resourceMutex; ResourceList resourceList; QStringList resourceSearchPaths;};Q_GLOBAL_STATIC(QResourceGlobalData, resourceGlobalData)staticinline QRecursiveMutex &resourceMutex(){return resourceGlobalData->resourceMutex; }staticinline ResourceList *resourceList(){return&resourceGlobalData->resourceList; }staticinline QStringList *resourceSearchPaths(){return&resourceGlobalData->resourceSearchPaths; }/*! \class QResource \inmodule QtCore \brief The QResource class provides an interface for reading directly from resources. \ingroup io \reentrant \since 4.2 QResource is an object that represents a set of data (and possibly children) relating to a single resource entity. QResource gives direct access to the bytes in their raw format. In this way direct access allows reading data without buffer copying or indirection. Indirection is often useful when interacting with the resource entity as if it is a file, this can be achieved with QFile. The data and children behind a QResource are normally compiled into an application/library, but it is also possible to load a resource at runtime. When loaded at run time the resource file will be loaded as one big set of data and then given out in pieces via references into the resource tree. A QResource can either be loaded with an absolute path, either treated as a file system rooted with a \c{/} character, or in resource notation rooted with a \c{:} character. A relative resource can also be opened which will be found in the list of paths returned by QDir::searchPaths(). A QResource that is representing a file will have data backing it, this data can possibly be compressed, in which case qUncompress() must be used to access the real data; this happens implicitly when accessed through a QFile. A QResource that is representing a directory will have only children and no data. \section1 Dynamic Resource Loading A resource can be left out of an application's binary and loaded when it is needed at run-time by using the registerResource() function. The resource file passed into registerResource() must be a binary resource as created by rcc. Further information about binary resources can be found in \l{The Qt Resource System} documentation. This can often be useful when loading a large set of application icons that may change based on a setting, or that can be edited by a user and later recreated. The resource is immediately loaded into memory, either as a result of a single file read operation, or as a memory mapped file. This approach can prove to be a significant performance gain as only a single file will be loaded, and pieces of data will be given out via the path requested in setFileName(). The unregisterResource() function removes a reference to a particular file. If there are QResource objects that currently reference resources related to the unregistered file, they will continue to be valid but the resource file itself will be removed from the resource roots, and thus no further QResource can be created pointing into this resource data. The resource itself will be unmapped from memory when the last QResource that points to it is destroyed. \sa {The Qt Resource System}, QFile, QDir, QFileInfo*//*! \enum QResource::Compression \since 5.13 This enum is used by compressionAlgorithm() to indicate which algorithm the RCC tool used to compress the payload. \value NoCompression Contents are not compressed \value ZlibCompression Contents are compressed using \l{https://zlib.net}{zlib} and can be decompressed using the qUncompress() function. \value ZstdCompression Contents are compressed using \l{https://zstd.net}{zstd}. To decompress, use the \c{ZSTD_decompress} function from the zstd library. \sa compressionAlgorithm()*/class QResourcePrivate {public:inlineQResourcePrivate(QResource *_q) :q_ptr(_q) {clear(); }inline~QResourcePrivate() {clear(); }voidensureInitialized()const;voidensureChildren()const; qint64 uncompressedSize()const Q_DECL_PURE_FUNCTION; qsizetype decompress(char*buffer, qsizetype bufferSize)const;boolload(const QString &file);voidclear(); QLocale locale; QString fileName, absoluteFilePath; QList<QResourceRoot*> related;mutable qint64 size;mutable quint64 lastModified;mutableconst uchar *data;mutable QStringList children;mutable quint8 compressionAlgo;bool container;/* 2 or 6 padding bytes */ QResource *q_ptr;Q_DECLARE_PUBLIC(QResource)};voidQResourcePrivate::clear(){ absoluteFilePath.clear(); compressionAlgo =QResource::NoCompression; data =nullptr; size =0; children.clear(); lastModified =0; container =0;for(int i =0; i < related.size(); ++i) { QResourceRoot *root = related.at(i);if(!root->ref.deref())delete root;} related.clear();}boolQResourcePrivate::load(const QString &file){ related.clear();constauto locker =qt_scoped_lock(resourceMutex());const ResourceList *list =resourceList(); QString cleaned =cleanPath(file);for(int i =0; i < list->size(); ++i) { QResourceRoot *res = list->at(i);const int node = res->findNode(cleaned, locale);if(node != -1) {if(related.isEmpty()) { container = res->isContainer(node);if(!container) { data = res->data(node, &size); compressionAlgo = res->compressionAlgo(node);}else{ data =nullptr; size =0; compressionAlgo =QResource::NoCompression;} lastModified = res->lastModified(node);}else if(res->isContainer(node) != container) {qWarning("QResourceInfo: Resource [%s] has both data and children!", file.toLatin1().constData());} res->ref.ref(); related.append(res);}else if(res->mappingRootSubdir(file)) { container =true; data =nullptr; size =0; compressionAlgo =QResource::NoCompression; lastModified =0; res->ref.ref(); related.append(res);}}return!related.isEmpty();}voidQResourcePrivate::ensureInitialized()const{if(!related.isEmpty())return; QResourcePrivate *that =const_cast<QResourcePrivate *>(this);if(fileName ==QLatin1String(":")) that->fileName +=QLatin1Char('/'); that->absoluteFilePath = fileName;if(!that->absoluteFilePath.startsWith(QLatin1Char(':'))) that->absoluteFilePath.prepend(QLatin1Char(':')); QStringView path(fileName);if(path.startsWith(QLatin1Char(':'))) path = path.mid(1);if(path.startsWith(QLatin1Char('/'))) { that->load(path.toString());}else{constauto locker =qt_scoped_lock(resourceMutex()); QStringList searchPaths = *resourceSearchPaths(); searchPaths <<QLatin1String("");for(int i =0; i < searchPaths.size(); ++i) {const QString searchPath(searchPaths.at(i) +QLatin1Char('/') + path);if(that->load(searchPath)) { that->absoluteFilePath =QLatin1Char(':') + searchPath;break;}}}}voidQResourcePrivate::ensureChildren()const{ensureInitialized();if(!children.isEmpty() || !container || related.isEmpty())return; QString path = absoluteFilePath, k;if(path.startsWith(QLatin1Char(':'))) path = path.mid(1); QDuplicateTracker<QString> kids; kids.reserve(related.size()); QString cleaned =cleanPath(path);for(int i =0; i < related.size(); ++i) { QResourceRoot *res = related.at(i);if(res->mappingRootSubdir(path, &k) && !k.isEmpty()) {if(!kids.hasSeen(k)) children += k;}else{const int node = res->findNode(cleaned);if(node != -1) { QStringList related_children = res->children(node);for(int kid =0; kid < related_children.size(); ++kid) { k = related_children.at(kid);if(!kids.hasSeen(k)) children += k;}}}}} qint64 QResourcePrivate::uncompressedSize()const{switch(compressionAlgo) {caseQResource::NoCompression:return size;caseQResource::ZlibCompression:#ifndef QT_NO_COMPRESSif(size_t(size) >=sizeof(quint32))return qFromBigEndian<quint32>(data);#elseQ_ASSERT(!"QResource: Qt built without support for Zlib compression");Q_UNREACHABLE();#endifbreak;caseQResource::ZstdCompression: {#if QT_CONFIG(zstd)size_t n =ZSTD_getFrameContentSize(data, size);returnZSTD_isError(n) ? -1:qint64(n);#else// This should not happen because we've refused to load such resourceQ_ASSERT(!"QResource: Qt built without support for Zstd compression");Q_UNREACHABLE();#endif}}return-1;} qsizetype QResourcePrivate::decompress(char*buffer, qsizetype bufferSize)const{Q_ASSERT(data);switch(compressionAlgo) {caseQResource::NoCompression:Q_UNREACHABLE();break;caseQResource::ZlibCompression: {#ifndef QT_NO_COMPRESS uLong len =uLong(bufferSize);int res = ::uncompress(reinterpret_cast<Bytef *>(buffer), &len, data +sizeof(quint32),uLong(size -sizeof(quint32)));if(res != Z_OK) {qWarning("QResource: error decompressing zlib content (%d)", res);return-1;}return len;#elseQ_UNREACHABLE();#endif}caseQResource::ZstdCompression: {#if QT_CONFIG(zstd)size_t usize =ZSTD_decompress(buffer, bufferSize, data, size);if(ZSTD_isError(usize)) {qWarning("QResource: error decompressing zstd content: %s",ZSTD_getErrorName(usize));return-1;}return usize;#elseQ_UNREACHABLE();#endif}}return-1;}/*! Constructs a QResource pointing to \a file. \a locale is used to load a specific localization of a resource data. \sa QFileInfo, QDir::searchPaths(), setFileName(), setLocale()*/QResource::QResource(const QString &file,const QLocale &locale) :d_ptr(newQResourcePrivate(this)){Q_D(QResource); d->fileName = file; d->locale = locale;}/*! Releases the resources of the QResource object.*/QResource::~QResource(){}/*! Sets a QResource to only load the localization of resource to for \a locale. If a resource for the specific locale is not found then the C locale is used. \sa setFileName()*/voidQResource::setLocale(const QLocale &locale){Q_D(QResource); d->clear(); d->locale = locale;}/*! Returns the locale used to locate the data for the QResource.*/ QLocale QResource::locale()const{Q_D(const QResource);return d->locale;}/*! Sets a QResource to point to \a file. \a file can either be absolute, in which case it is opened directly, if relative then the file will be tried to be found in QDir::searchPaths(). \sa absoluteFilePath()*/voidQResource::setFileName(const QString &file){Q_D(QResource); d->clear(); d->fileName = file;}/*! Returns the full path to the file that this QResource represents as it was passed. \sa absoluteFilePath()*/ QString QResource::fileName()const{Q_D(const QResource); d->ensureInitialized();return d->fileName;}/*! Returns the real path that this QResource represents, if the resource was found via the QDir::searchPaths() it will be indicated in the path. \sa fileName()*/ QString QResource::absoluteFilePath()const{Q_D(const QResource); d->ensureInitialized();return d->absoluteFilePath;}/*! Returns \c true if the resource really exists in the resource hierarchy, false otherwise.*/boolQResource::isValid()const{Q_D(const QResource); d->ensureInitialized();return!d->related.isEmpty();}/*! \fn bool QResource::isFile() const Returns \c true if the resource represents a file and thus has data backing it, false if it represents a directory. \sa isDir()*//*! \since 5.13 Returns the compression type that this resource is compressed with, if any. If it is not compressed, this function returns QResource::NoCompression. If this function returns QResource::ZlibCompression, you may decompress the data using the qUncompress() function. Up until Qt 5.13, this was the only possible compression algorithm. If this function returns QResource::ZstdCompression, you need to use the Zstandard library functios (\c{<zstd.h> header). Qt does not provide a wrapper. See \l{http://facebook.github.io/zstd/zstd_manual.html}{Zstandard manual}. \sa data(), isFile()*/QResource::Compression QResource::compressionAlgorithm()const{Q_D(const QResource); d->ensureInitialized();returnCompression(d->compressionAlgo);}/*! Returns the size of the stored data backing the resource. If the resource is compressed, this function returns the size of the compressed data. See uncompressedSize() for the uncompressed size. \sa data(), uncompressedSize(), isFile()*/ qint64 QResource::size()const{Q_D(const QResource); d->ensureInitialized();return d->size;}/*! \since 5.15 Returns the size of the data in this resource. If the data was not compressed, this function returns the same as size(). If it was, then this function extracts the size of the original uncompressed data from the stored stream. \sa size(), uncompressedData(), isFile()*/ qint64 QResource::uncompressedSize()const{Q_D(const QResource); d->ensureInitialized();return d->uncompressedSize();}/*! Returns direct access to a segment of read-only data, that this resource represents. If the resource is compressed, the data returned is also compressed. The caller must then decompress the data or use uncompressedData(). If the resource is a directory, \c nullptr is returned. \sa uncompressedData(), size(), isFile()*/const uchar *QResource::data()const{Q_D(const QResource); d->ensureInitialized();return d->data;}/*! \since 5.15 Returns the resource data, decompressing it first, if the data was stored compressed. If the resource is a directory or an error occurs while decompressing, a null QByteArray is returned. \note If the data was compressed, this function will decompress every time it is called. The result is not cached between calls. \sa uncompressedSize(), size(), compressionAlgorithm(), isFile()*/ QByteArray QResource::uncompressedData()const{Q_D(const QResource); qint64 n =uncompressedSize();if(n <0)returnQByteArray();if(n >std::numeric_limits<QByteArray::size_type>::max()) {qWarning("QResource: compressed content does not fit into a QByteArray; use QFile instead");returnQByteArray();}if(d->compressionAlgo == NoCompression)returnQByteArray::fromRawData(reinterpret_cast<const char*>(d->data), n);// decompress QByteArray result(n,Qt::Uninitialized); n = d->decompress(result.data(), n);if(n <0) result.clear();else result.truncate(n);return result;}/*! \since 5.8 Returns the date and time when the file was last modified before packaging into a resource.*/ QDateTime QResource::lastModified()const{Q_D(const QResource); d->ensureInitialized();return d->lastModified ?QDateTime::fromMSecsSinceEpoch(d->lastModified) :QDateTime();}/*! Returns \c true if the resource represents a directory and thus may have children() in it, false if it represents a file. \sa isFile()*/boolQResource::isDir()const{Q_D(const QResource); d->ensureInitialized();return d->container;}/*! Returns a list of all resources in this directory, if the resource represents a file the list will be empty. \sa isDir()*/ QStringList QResource::children()const{Q_D(const QResource); d->ensureChildren();return d->children;}inline uint QResourceRoot::hash(int node)const{if(!node)//rootreturn0;const int offset =findOffset(node); qint32 name_offset = qFromBigEndian<qint32>(tree + offset); name_offset +=2;//jump past name lengthreturn qFromBigEndian<quint32>(names + name_offset);}inline QString QResourceRoot::name(int node)const{if(!node)// rootreturnQString();const int offset =findOffset(node); QString ret; qint32 name_offset = qFromBigEndian<qint32>(tree + offset); quint16 name_length = qFromBigEndian<qint16>(names + name_offset); name_offset +=2; name_offset +=4;//jump past hash ret.resize(name_length); QChar *strData = ret.data(); qFromBigEndian<ushort>(names + name_offset, name_length, strData);return ret;}intQResourceRoot::findNode(const QString &_path,const QLocale &locale)const{ QString path = _path;{ QString root =mappingRoot();if(!root.isEmpty()) {if(root == path) { path =QLatin1Char('/');}else{if(!root.endsWith(QLatin1Char('/'))) root +=QLatin1Char('/');if(path.size() >= root.size() && path.startsWith(root)) path = path.mid(root.length()-1);if(path.isEmpty()) path =QLatin1Char('/');}}}#ifdef DEBUG_RESOURCE_MATCHqDebug() <<"!!!!"<<"START"<< path << locale.country() << locale.language();#endifif(path ==QLatin1String("/"))return0;//the root node is always first qint32 child_count = qFromBigEndian<qint32>(tree +6); qint32 child = qFromBigEndian<qint32>(tree +10);//now iterate up the treeint node = -1; QStringSplitter splitter(path);while(child_count && splitter.hasNext()) { QStringView segment = splitter.next();#ifdef DEBUG_RESOURCE_MATCHqDebug() <<" CHILDREN"<< segment;for(int j =0; j < child_count; ++j) {qDebug() <<" "<< child+j <<" :: "<<name(child+j);}#endifconst uint h =qt_hash(segment);//do the binary search for the hashint l =0, r = child_count-1;int sub_node = (l+r+1)/2;while(r != l) {const uint sub_node_hash =hash(child+sub_node);if(h == sub_node_hash)break;else if(h < sub_node_hash) r = sub_node -1;else l = sub_node; sub_node = (l + r +1) /2;} sub_node += child;//now do the "harder" comparesbool found =false;if(hash(sub_node) == h) {while(sub_node > child &&hash(sub_node-1) == h)//backup for collisions--sub_node;for(; sub_node < child+child_count &&hash(sub_node) == h; ++sub_node) {//here we go...if(name(sub_node) == segment) { found =true;int offset =findOffset(sub_node);#ifdef DEBUG_RESOURCE_MATCHqDebug() <<" TRY"<< sub_node <<name(sub_node) << offset;#endif offset +=4;//jump past nameconst qint16 flags = qFromBigEndian<qint16>(tree + offset); offset +=2;if(!splitter.hasNext()) {if(!(flags & Directory)) {const qint16 country = qFromBigEndian<qint16>(tree + offset); offset +=2;const qint16 language = qFromBigEndian<qint16>(tree + offset); offset +=2;#ifdef DEBUG_RESOURCE_MATCHqDebug() <<" "<<"LOCALE"<< country << language;#endifif(country == locale.country() && language == locale.language()) {#ifdef DEBUG_RESOURCE_MATCHqDebug() <<"!!!!"<<"FINISHED"<< __LINE__ << sub_node;#endifreturn sub_node;}else if((country ==QLocale::AnyCountry && language == locale.language()) ||(country ==QLocale::AnyCountry && language ==QLocale::C && node == -1)) { node = sub_node;}continue;}else{#ifdef DEBUG_RESOURCE_MATCHqDebug() <<"!!!!"<<"FINISHED"<< __LINE__ << sub_node;#endifreturn sub_node;}}if(!(flags & Directory))return-1; child_count = qFromBigEndian<qint32>(tree + offset); offset +=4; child = qFromBigEndian<qint32>(tree + offset);break;}}}if(!found)break;}#ifdef DEBUG_RESOURCE_MATCHqDebug() <<"!!!!"<<"FINISHED"<< __LINE__ << node;#endifreturn node;}shortQResourceRoot::flags(int node)const{if(node == -1)return0;const int offset =findOffset(node) +4;//jump past namereturn qFromBigEndian<qint16>(tree + offset);}const uchar *QResourceRoot::data(int node, qint64 *size)const{if(node == -1) {*size =0;returnnullptr;}int offset =findOffset(node) +4;//jump past nameconst qint16 flags = qFromBigEndian<qint16>(tree + offset); offset +=2; offset +=4;//jump past localeif(!(flags & Directory)) {const qint32 data_offset = qFromBigEndian<qint32>(tree + offset);const quint32 data_length = qFromBigEndian<quint32>(payloads + data_offset);const uchar *ret = payloads+data_offset+4;*size = data_length;return ret;}*size =0;returnnullptr;} quint64 QResourceRoot::lastModified(int node)const{if(node == -1|| version <0x02)return0;const int offset =findOffset(node) +14;return qFromBigEndian<quint64>(tree + offset);} QStringList QResourceRoot::children(int node)const{if(node == -1)returnQStringList();int offset =findOffset(node) +4;//jump past nameconst qint16 flags = qFromBigEndian<qint16>(tree + offset); offset +=2; QStringList ret;if(flags & Directory) {const qint32 child_count = qFromBigEndian<qint32>(tree + offset); offset +=4;const qint32 child_off = qFromBigEndian<qint32>(tree + offset); ret.reserve(child_count);for(int i = child_off; i < child_off+child_count; ++i) ret <<name(i);}return ret;}boolQResourceRoot::mappingRootSubdir(const QString &path, QString *match)const{const QString root =mappingRoot();if(root.isEmpty())return false; QStringSplitter rootIt(root); QStringSplitter pathIt(path);while(rootIt.hasNext()) {if(pathIt.hasNext()) {if(rootIt.next() != pathIt.next())// mismatchreturn false;}else{// end of path, but not of root:if(match)*match = rootIt.next().toString();return true;}}// end of rootreturn!pathIt.hasNext();} Q_CORE_EXPORT boolqRegisterResourceData(int version,const unsigned char*tree,const unsigned char*name,const unsigned char*data){if(resourceGlobalData.isDestroyed())return false;constauto locker =qt_scoped_lock(resourceMutex()); ResourceList *list =resourceList();if(version >=0x01&& version <=0x3) {bool found =false; QResourceRoot res(version, tree, name, data);for(int i =0; i < list->size(); ++i) {if(*list->at(i) == res) { found =true;break;}}if(!found) { QResourceRoot *root =newQResourceRoot(version, tree, name, data); root->ref.ref(); list->append(root);}return true;}return false;} Q_CORE_EXPORT boolqUnregisterResourceData(int version,const unsigned char*tree,const unsigned char*name,const unsigned char*data){if(resourceGlobalData.isDestroyed())return false;constauto locker =qt_scoped_lock(resourceMutex());if(version >=0x01&& version <=0x3) { QResourceRoot res(version, tree, name, data); ResourceList *list =resourceList();for(int i =0; i < list->size(); ) {if(*list->at(i) == res) { QResourceRoot *root = list->takeAt(i);if(!root->ref.deref())delete root;}else{++i;}}return true;}return false;}//run time resource creationclass QDynamicBufferResourceRoot:public QResourceRoot { QString root;const uchar *buffer;public:inlineQDynamicBufferResourceRoot(const QString &_root) :root(_root),buffer(nullptr) { }inline~QDynamicBufferResourceRoot() { }inlineconst uchar *mappingBuffer()const{return buffer; } QString mappingRoot()const override {return root; } ResourceRootType type()const override {return Resource_Buffer; }// size == -1 means "unknown"boolregisterSelf(const uchar *b, qsizetype size){// 5 int "pointers"if(size >=0&& size <20)return false;//setup the data nowint offset =0;//magic numberif(b[offset+0] !='q'|| b[offset+1] !='r'|| b[offset+2] !='e'|| b[offset+3] !='s') {return false;} offset +=4;const int version = qFromBigEndian<qint32>(b + offset); offset +=4;const int tree_offset = qFromBigEndian<qint32>(b + offset); offset +=4;const int data_offset = qFromBigEndian<qint32>(b + offset); offset +=4;const int name_offset = qFromBigEndian<qint32>(b + offset); offset +=4; quint32 file_flags =0;if(version >=3) { file_flags = qFromBigEndian<qint32>(b + offset); offset +=4;}// Some sanity checking for sizes. This is _not_ a security measure.if(size >=0&& (tree_offset >= size || data_offset >= size || name_offset >= size))return false;// And some sanity checking for features quint32 acceptableFlags =0;#ifndef QT_NO_COMPRESS acceptableFlags |= Compressed;#endifif(QT_CONFIG(zstd)) acceptableFlags |= CompressedZstd;if(file_flags & ~acceptableFlags)return false;if(version >=0x01&& version <=0x03) { buffer = b;setSource(version, b+tree_offset, b+name_offset, b+data_offset);return true;}return false;}};class QDynamicFileResourceRoot:public QDynamicBufferResourceRoot { QString fileName;// for mmap'ed files, this is what needs to be unmapped. uchar *unmapPointer; qsizetype unmapLength;public:QDynamicFileResourceRoot(const QString &_root):QDynamicBufferResourceRoot(_root),unmapPointer(nullptr),unmapLength(0){ }~QDynamicFileResourceRoot() {#if defined(QT_USE_MMAP)if(unmapPointer) {munmap((char*)unmapPointer, unmapLength); unmapPointer =nullptr; unmapLength =0;}else#endif{delete[]mappingBuffer();}} QString mappingFile()const{return fileName; } ResourceRootType type()const override {return Resource_File; }boolregisterSelf(const QString &f);};#ifndef MAP_FILE# define MAP_FILE 0#endif#ifndef MAP_FAILED# define MAP_FAILED reinterpret_cast<void *>(-1)#endifboolQDynamicFileResourceRoot::registerSelf(const QString &f){bool fromMM =false; uchar *data =nullptr; qsizetype data_len =0;#if defined(QT_USE_MMAP)int fd =QT_OPEN(QFile::encodeName(f), O_RDONLY);if(fd >=0) { QT_STATBUF st;if(!QT_FSTAT(fd, &st) && st.st_size <=std::numeric_limits<qsizetype>::max()) {int protection = PROT_READ;// read-only memoryint flags = MAP_FILE | MAP_PRIVATE;// swap-backed map from filevoid*ptr =QT_MMAP(nullptr, st.st_size,// any address, whole file protection, flags, fd,0);// from offset 0 of fdif(ptr != MAP_FAILED) { data =static_cast<uchar *>(ptr); data_len = st.st_size; fromMM =true;}}QT_CLOSE(fd);}#endif// QT_USE_MMAPif(!data) { QFile file(f);bool ok =false;if(file.open(QIODevice::ReadOnly)) { qint64 fsize = file.size();if(fsize <=std::numeric_limits<qsizetype>::max()) { data_len = file.size(); data =new uchar[data_len]; ok = (data_len == file.read((char*)data, data_len));}}if(!ok) {delete[] data; data =nullptr; data_len =0;return false;} fromMM =false;}if(data &&QDynamicBufferResourceRoot::registerSelf(data, data_len)) {if(fromMM) { unmapPointer = data; unmapLength = data_len;} fileName = f;return true;}return false;}static QString qt_resource_fixResourceRoot(QString r) {if(!r.isEmpty()) {if(r.startsWith(QLatin1Char(':'))) r = r.mid(1);if(!r.isEmpty()) r =QDir::cleanPath(r);}return r;}/*! \fn bool QResource::registerResource(const QString &rccFileName, const QString &mapRoot) Registers the resource with the given \a rccFileName at the location in the resource tree specified by \a mapRoot, and returns \c true if the file is successfully opened; otherwise returns \c false. \sa unregisterResource()*/boolQResource::registerResource(const QString &rccFilename,const QString &resourceRoot){ QString r =qt_resource_fixResourceRoot(resourceRoot);if(!r.isEmpty() && r[0] !=QLatin1Char('/')) {qWarning("QDir::registerResource: Registering a resource [%ls] must be rooted in an absolute path (start with /) [%ls]",qUtf16Printable(rccFilename),qUtf16Printable(resourceRoot));return false;} QDynamicFileResourceRoot *root =newQDynamicFileResourceRoot(r);if(root->registerSelf(rccFilename)) { root->ref.ref();constauto locker =qt_scoped_lock(resourceMutex());resourceList()->append(root);return true;}delete root;return false;}/*! \fn bool QResource::unregisterResource(const QString &rccFileName, const QString &mapRoot) Unregisters the resource with the given \a rccFileName at the location in the resource tree specified by \a mapRoot, and returns \c true if the resource is successfully unloaded and no references exist for the resource; otherwise returns \c false. \sa registerResource()*/boolQResource::unregisterResource(const QString &rccFilename,const QString &resourceRoot){ QString r =qt_resource_fixResourceRoot(resourceRoot);constauto locker =qt_scoped_lock(resourceMutex()); ResourceList *list =resourceList();for(int i =0; i < list->size(); ++i) { QResourceRoot *res = list->at(i);if(res->type() ==QResourceRoot::Resource_File) { QDynamicFileResourceRoot *root =reinterpret_cast<QDynamicFileResourceRoot*>(res);if(root->mappingFile() == rccFilename && root->mappingRoot() == r) { list->removeAt(i);if(!root->ref.deref()) {delete root;return true;}return false;}}}return false;}/*! \fn bool QResource::registerResource(const uchar *rccData, const QString &mapRoot) \since 4.3 Registers the resource with the given \a rccData at the location in the resource tree specified by \a mapRoot, and returns \c true if the file is successfully opened; otherwise returns \c false. \warning The data must remain valid throughout the life of any QFile that may reference the resource data. \sa unregisterResource()*/boolQResource::registerResource(const uchar *rccData,const QString &resourceRoot){ QString r =qt_resource_fixResourceRoot(resourceRoot);if(!r.isEmpty() && r[0] !=QLatin1Char('/')) {qWarning("QDir::registerResource: Registering a resource [%p] must be rooted in an absolute path (start with /) [%ls]", rccData,qUtf16Printable(resourceRoot));return false;} QDynamicBufferResourceRoot *root =newQDynamicBufferResourceRoot(r);if(root->registerSelf(rccData, -1)) { root->ref.ref();constauto locker =qt_scoped_lock(resourceMutex());resourceList()->append(root);return true;}delete root;return false;}/*! \fn bool QResource::unregisterResource(const uchar *rccData, const QString &mapRoot) \since 4.3 Unregisters the resource with the given \a rccData at the location in the resource tree specified by \a mapRoot, and returns \c true if the resource is successfully unloaded and no references exist into the resource; otherwise returns \c false. \sa registerResource()*/boolQResource::unregisterResource(const uchar *rccData,const QString &resourceRoot){ QString r =qt_resource_fixResourceRoot(resourceRoot);constauto locker =qt_scoped_lock(resourceMutex()); ResourceList *list =resourceList();for(int i =0; i < list->size(); ++i) { QResourceRoot *res = list->at(i);if(res->type() ==QResourceRoot::Resource_Buffer) { QDynamicBufferResourceRoot *root =reinterpret_cast<QDynamicBufferResourceRoot*>(res);if(root->mappingBuffer() == rccData && root->mappingRoot() == r) { list->removeAt(i);if(!root->ref.deref()) {delete root;return true;}return false;}}}return false;}#if !defined(QT_BOOTSTRAPPED)//resource engineclass QResourceFileEnginePrivate :public QAbstractFileEnginePrivate {protected:Q_DECLARE_PUBLIC(QResourceFileEngine)private: uchar *map(qint64 offset, qint64 size,QFile::MemoryMapFlags flags);boolunmap(uchar *ptr);voiduncompress()const; qint64 offset; QResource resource;mutable QByteArray uncompressed;protected:QResourceFileEnginePrivate() :offset(0) { }};boolQResourceFileEngine::mkdir(const QString &,bool)const{return false;}boolQResourceFileEngine::rmdir(const QString &,bool)const{return false;}boolQResourceFileEngine::setSize(qint64){return false;} QStringList QResourceFileEngine::entryList(QDir::Filters filters,const QStringList &filterNames)const{returnQAbstractFileEngine::entryList(filters, filterNames);}boolQResourceFileEngine::caseSensitive()const{return true;}QResourceFileEngine::QResourceFileEngine(const QString &file) :QAbstractFileEngine(*new QResourceFileEnginePrivate){Q_D(QResourceFileEngine); d->resource.setFileName(file);}QResourceFileEngine::~QResourceFileEngine(){}voidQResourceFileEngine::setFileName(const QString &file){Q_D(QResourceFileEngine); d->resource.setFileName(file);}boolQResourceFileEngine::open(QIODevice::OpenMode flags){Q_D(QResourceFileEngine);if(d->resource.fileName().isEmpty()) {qWarning("QResourceFileEngine::open: Missing file name");return false;}if(flags &QIODevice::WriteOnly)return false;if(d->resource.compressionAlgorithm() !=QResource::NoCompression) { d->uncompress();if(d->uncompressed.isNull()) { d->errorString =QSystemError::stdString(EIO);return false;}}if(!d->resource.isValid()) { d->errorString =QSystemError::stdString(ENOENT);return false;}return true;}boolQResourceFileEngine::close(){Q_D(QResourceFileEngine); d->offset =0;return true;}boolQResourceFileEngine::flush(){return true;} qint64 QResourceFileEngine::read(char*data, qint64 len){Q_D(QResourceFileEngine);if(len >size()-d->offset) len =size()-d->offset;if(len <=0)return0;if(!d->uncompressed.isNull())memcpy(data, d->uncompressed.constData()+d->offset, len);elsememcpy(data, d->resource.data()+d->offset, len); d->offset += len;return len;} qint64 QResourceFileEngine::write(const char*, qint64){return-1;}boolQResourceFileEngine::remove(){return false;}boolQResourceFileEngine::copy(const QString &){return false;}boolQResourceFileEngine::rename(const QString &){return false;}boolQResourceFileEngine::link(const QString &){return false;} qint64 QResourceFileEngine::size()const{Q_D(const QResourceFileEngine);return d->resource.isValid() ? d->resource.uncompressedSize() :0;} qint64 QResourceFileEngine::pos()const{Q_D(const QResourceFileEngine);return d->offset;}boolQResourceFileEngine::atEnd()const{Q_D(const QResourceFileEngine);if(!d->resource.isValid())return true;return d->offset ==size();}boolQResourceFileEngine::seek(qint64 pos){Q_D(QResourceFileEngine);if(!d->resource.isValid())return false;if(d->offset >size())return false; d->offset = pos;return true;}boolQResourceFileEngine::isSequential()const{return false;}QAbstractFileEngine::FileFlags QResourceFileEngine::fileFlags(QAbstractFileEngine::FileFlags type)const{Q_D(const QResourceFileEngine);QAbstractFileEngine::FileFlags ret;if(!d->resource.isValid())return ret;if(type & PermsMask) ret |=QAbstractFileEngine::FileFlags(ReadOwnerPerm|ReadUserPerm|ReadGroupPerm|ReadOtherPerm);if(type & TypesMask) {if(d->resource.isDir()) ret |= DirectoryType;else ret |= FileType;}if(type & FlagsMask) { ret |= ExistsFlag;if(d->resource.absoluteFilePath() ==QLatin1String(":/")) ret |= RootFlag;}return ret;}boolQResourceFileEngine::setPermissions(uint){return false;} QString QResourceFileEngine::fileName(FileName file)const{Q_D(const QResourceFileEngine);if(file == BaseName) {int slash = d->resource.fileName().lastIndexOf(QLatin1Char('/'));if(slash == -1)return d->resource.fileName();return d->resource.fileName().mid(slash +1);}else if(file == PathName || file == AbsolutePathName) {const QString path = (file == AbsolutePathName) ? d->resource.absoluteFilePath() : d->resource.fileName();const int slash = path.lastIndexOf(QLatin1Char('/'));if(slash == -1)returnQLatin1String(":");else if(slash <=1)returnQLatin1String(":/");return path.left(slash);}else if(file == CanonicalName || file == CanonicalPathName) {const QString absoluteFilePath = d->resource.absoluteFilePath();if(file == CanonicalPathName) {const int slash = absoluteFilePath.lastIndexOf(QLatin1Char('/'));if(slash != -1)return absoluteFilePath.left(slash);}return absoluteFilePath;}return d->resource.fileName();}boolQResourceFileEngine::isRelativePath()const{return false;} uint QResourceFileEngine::ownerId(FileOwner)const{static const uint nobodyID = (uint) -2;return nobodyID;} QString QResourceFileEngine::owner(FileOwner)const{returnQString();} QDateTime QResourceFileEngine::fileTime(FileTime time)const{Q_D(const QResourceFileEngine);if(time == ModificationTime)return d->resource.lastModified();returnQDateTime();}/*! \internal*/QAbstractFileEngine::Iterator *QResourceFileEngine::beginEntryList(QDir::Filters filters,const QStringList &filterNames){return newQResourceFileEngineIterator(filters, filterNames);}/*! \internal*/QAbstractFileEngine::Iterator *QResourceFileEngine::endEntryList(){returnnullptr;}boolQResourceFileEngine::extension(Extension extension,const ExtensionOption *option, ExtensionReturn *output){Q_D(QResourceFileEngine);if(extension == MapExtension) {const MapExtensionOption *options = (const MapExtensionOption*)(option); MapExtensionReturn *returnValue =static_cast<MapExtensionReturn*>(output); returnValue->address = d->map(options->offset, options->size, options->flags);return(returnValue->address !=nullptr);}if(extension == UnMapExtension) {const UnMapExtensionOption *options = (const UnMapExtensionOption*)option;return d->unmap(options->address);}return false;}boolQResourceFileEngine::supportsExtension(Extension extension)const{return(extension == UnMapExtension || extension == MapExtension);} uchar *QResourceFileEnginePrivate::map(qint64 offset, qint64 size,QFile::MemoryMapFlags flags){Q_Q(QResourceFileEngine);Q_UNUSED(flags); qint64 max = resource.uncompressedSize(); qint64 end;if(offset <0|| size <=0|| !resource.isValid() ||add_overflow(offset, size, &end) || end > max) { q->setError(QFile::UnspecifiedError,QString());returnnullptr;}const uchar *address = resource.data();if(resource.compressionAlgorithm() !=QResource::NoCompression) {uncompress();if(uncompressed.isNull())returnnullptr; address =reinterpret_cast<const uchar *>(uncompressed.constData());}return const_cast<uchar *>(address) + offset;}boolQResourceFileEnginePrivate::unmap(uchar *ptr){Q_UNUSED(ptr);return true;}voidQResourceFileEnginePrivate::uncompress()const{if(resource.compressionAlgorithm() ==QResource::NoCompression || !uncompressed.isEmpty() || resource.size() ==0)return;// nothing to do uncompressed = resource.uncompressedData();}#endif// !defined(QT_BOOTSTRAPPED) QT_END_NAMESPACE 
close