Lines Matching defs:vendor

68  * Names for default app, locale, and vendor.  We might want to change
87 const char* AssetManager::OVERLAY_DIR = "/vendor/overlay";
426 * Set the current vendor. Use NULL to indicate no vendor.
429 * information in the vendor-specific sections of the tree.
431 void AssetManager::setVendor(const char* vendor)
441 mVendor = strdupNew(vendor);
476 * - locale + vendor
477 * - "default" + vendor
906 * Try various combinations of locale and vendor.
922 * specified locale and vendor.
926 * Pass in NULL values for "appName", "locale", and "vendor" if the
930 const asset_path& ap, const char* locale, const char* vendor)
937 String8 path(createPathNameLocked(ap, locale, vendor));
960 String8 path(createPathNameLocked(ap, locale, vendor));
1019 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor);
1029 // appName, locale, vendor);
1062 * Create a path to a loose asset (asset-base/app/locale/vendor).
1065 const char* vendor)
1069 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor);
1093 * Pass in NULL values for "appName", "locale", and "vendor" if the
1188 * vendor defined, we have 8 directories and 2 Zip archives to scan.
1251 * vendor defined, we have 8 directories and 2 Zip archives to scan.
1315 //printf("scanAndMergeDir: %s %s %s %s\n", appName, locale, vendor,dirName);
1709 * all combinations of { appname, locale, vendor }, performing a recursive
1783 const asset_path& ap, const char* locale, const char* vendor,
1793 partialPath = createPathNameLocked(ap, locale, vendor);
1813 fncScanAndMergeDirLocked(pMergedInfo, ap, locale, vendor, subdir.string());
1825 tmpInfo.setSourceName(createPathNameLocked(ap, locale, vendor));
2101 * "appName", "locale", and "vendor" should be set to NULL to indicate the