Searched defs:assetPrefix (Results 1 – 2 of 2) sorted by relevance
338 std::string assetPrefix = prefix + "p_asset"; variable693 std::string assetPrefix = "IsAssetComplete_test"; variable731 std::string assetPrefix = "IsAssetComplete_test"; variable836 std::string assetPrefix = "PushAssets_test"; variable
581 bool ObjectStoreManager::IsAssetComplete(const ObjectRecord& result, const std::string& assetPrefix) in IsAssetComplete()599 std::string assetPrefix = key.substr(0, key.find(ObjectStore::ASSET_DOT)); in GetAssetsFromDBRecords() local