Searched refs:obbFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/android/
H A Dobb.cpp29 AObbInfo* obbFile = new AObbInfo(); local
30 if (obbFile == NULL || !obbFile->readFrom(filename)) {
31 delete obbFile;
34 obbFile->incStrong((void*)AObbScanner_getObbInfo);
35 return static_cast<AObbInfo*>(obbFile);
/frameworks/base/core/java/android/content/res/
H A DObbScanner.java43 final File obbFile = new File(filePath);
44 if (!obbFile.exists()) {
52 final String canonicalFilePath = obbFile.getCanonicalPath();

Completed in 1012 milliseconds