Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9568ba73 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove usage of mFileName in ObbInfo"

parents 635e7675 5a4db981
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -43,10 +43,6 @@ public:
    bool removeFrom(const char* filename);
    bool removeFrom(int fd);

    const char* getFileName() const {
        return mFileName;
    }

    const String8 getPackageName() const {
        return mPackageName;
    }
@@ -127,8 +123,6 @@ private:
    /* The encryption salt. */
    unsigned char mSalt[8];

    const char* mFileName;

    size_t mFooterStart;

    bool parseObbFile(int fd);
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ protected:
            return nullptr;
        }

        String16 fileName(obbFile->getFileName());
        String16 fileName(canonicalPath);
        String16 packageName(obbFile->getPackageName());
        size_t length;
        const unsigned char* salt = obbFile->getSalt(&length);