Searched refs:bp (Results 1 – 3 of 3) sorted by relevance
/build/tools/releasetools/ |
D | build_image.py | 403 bp = glob_dict["build.prop"] 404 if "ro.build.date.utc" in bp: 405 d["timestamp"] = bp["ro.build.date.utc"]
|
/build/core/ |
D | legacy_prebuilts.mk | 31 bp.img \
|
/build/tools/zipalign/ |
D | ZipFile.cpp | 891 unsigned char bp = 0; in compressFpToFp() local 899 ZopfliDeflate(&options, 2, true, (const unsigned char*)data, size, &bp, in compressFpToFp() 929 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize); in compressFpToFp()
|