OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObbFile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/utils/
ObbFile.cpp
24
#define LOG_TAG "
ObbFile
"
28
#include <utils/
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/utils/
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 */
Completed in 52 milliseconds