HomeSort by relevance Sort by last modified time
    Searched defs:ObbFile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/androidfw/
ObbFile.cpp 24 #define LOG_TAG "ObbFile"
26 #include <androidfw/ObbFile.h>
46 #define kSignature 0x01059983U /* ObbFile signature */
75 ObbFile::ObbFile()
83 ObbFile::~ObbFile() {
86 bool ObbFile::readFrom(const char* filename)
107 bool ObbFile::readFrom(int fd)
117 bool ObbFile::parseObbFile(int fd
    [all...]
  /frameworks/base/include/androidfw/
ObbFile.h 32 class ObbFile : public RefBase {
34 virtual ~ObbFile();
37 ObbFile();
118 /* Package name this ObbFile is associated with */
121 /* Package version this ObbFile is associated with */
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 28 milliseconds