Lines Matching defs:NULL

53  * Returns NULL on failure.
72 return NULL;
82 * Returns NULL on failure.
86 ZipFile* zip = NULL;
99 zip = NULL;
144 ZipFile* zip = NULL;
156 if (zip == NULL) {
213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
231 if (manifestAsset == NULL) {
349 if (ctag16 == NULL) {
417 String8 *outError = NULL)
420 if (aidAsset == NULL) {
421 if (outError != NULL) *outError = "xml resource does not exist";
441 if (ctag16 == NULL) {
454 if (ctag16 == NULL) {
468 if (outError != NULL) *outError = error;
598 (impliedFeatures != NULL) ? impliedFeatures->size() : 0;
628 printFeatureGroupImpl(grp, NULL);
768 if (!assets.addAssetPath(assetPath, NULL)) {
807 Asset* asset = NULL;
828 if (asset == NULL) {
842 asset = NULL;
854 if (asset == NULL) {
867 asset = NULL;
872 if (asset == NULL) {
900 if (ctag16 == NULL) {
913 String8 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL);
1221 if (ctag16 == NULL) {
1234 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL);
1261 String8 splitName = AaptXml::getAttribute(tree, NULL, "split");
1267 String8 platformVersionName = AaptXml::getAttribute(tree, NULL,
1308 assets.setConfiguration(config, localeStr != NULL ? localeStr : "");
1312 if (localeStr == NULL || strlen(localeStr) == 0) {
2269 if (localeStr == NULL || strlen(localeStr) == 0) {
2284 if (dir != NULL) {
2372 ZipFile* zip = NULL;
2394 if (zip == NULL) {
2404 result = zip->addGzip(fileName, String8(fileName).getBasePath().string(), NULL);
2411 bundle->getCompressionMethod(), NULL);
2414 result = zip->add(fileName, bundle->getCompressionMethod(), NULL);
2443 ZipFile* zip = NULL;
2459 if (zip == NULL) {
2470 if (entry == NULL) {
2574 && bundle->getAndroidManifestFile() == NULL && bundle->getAssetSourceDirs().size() == 0) {
2681 if (bundle->getCustomPackage() == NULL) {
2697 if (bundle->getExtraPackages() != NULL) {
2701 while (packageString != NULL) {
2708 packageString = strtok(NULL, ":");
2766 bool includeRaw = (outputAPKFile != NULL);