HomeSort by relevance Sort by last modified time
    Searched refs:obb (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/jni/
android_content_res_ObbScanner.cpp 46 sp<ObbFile> obb = new ObbFile(); local
47 if (!obb->readFrom(filePath)) {
49 jniThrowException(env, "java/io/IOException", "Could not read OBB file");
55 const char* packageNameStr = obb->getPackageName().string();
59 jniThrowException(env, "java/io/IOException", "Could not read OBB file");
64 env->SetIntField(obbInfo, gObbInfoClassInfo.version, obb->getVersion());
65 env->SetIntField(obbInfo, gObbInfoClassInfo.flags, obb->getFlags());
68 const unsigned char* salt = obb->getSalt(&saltLen);
  /frameworks/base/tools/obbtool/
Main.cpp 72 fprintf(stderr, "Opaque Binary Blob (OBB) Tool\n\n");
76 " Adds an OBB signature to the file.\n\n", gProgName);
79 " -n <package name> sets the OBB package name (required)\n"
80 " -v <OBB version> sets the OBB version (required)\n"
81 " -o sets the OBB overlay flag\n"
86 " Removes the OBB signature from the file.\n\n", gProgName);
89 " Prints the OBB signature information of a file.\n\n", gProgName);
93 ObbFile *obb = new ObbFile(); local
94 if (obb->readFrom(filename))
116 ObbFile *obb = new ObbFile(); local
131 ObbFile *obb = new ObbFile(); local
    [all...]
  /frameworks/base/native/android/
obb.cpp 19 #include <android/obb.h>
  /system/extras/tests/workloads/
pwrtest.sh 141 #stdest=/storage/sdcard0/obb/com.BrueComputing.SunTemple
142 stdest=/storage/emulated/0/obb/com.BrueComputing.SunTemple
148 adb push $suntempledir/main*obb $stdest
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
FullBackupEngine.java 305 // Save associated .obb content if it exists and we did save the apk
306 // check for .obb and save those too
312 Log.i(TAG, "obb dir: " + obbDir.getAbsolutePath());
317 for (File obb : obbFiles) {
319 obbDirName, obb.getAbsolutePath(), output);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 107 BasicBlock *obb = BasicBlock::get(it.getNode()); local
108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());

Completed in 239 milliseconds