Searched refs:blobFileNames (Results 1 – 1 of 1) sorted by relevance
3055 List<String> blobFileNames = blobStorageInfoProto.getBlobFileNamesList(); in getBlobStorageInfoForNamespaces() local3056 for (int j = 0; j < blobFileNames.size(); j++) { in getBlobStorageInfoForNamespaces()3057 File blobFile = new File(mBlobFilesDir, blobFileNames.get(j)); in getBlobStorageInfoForNamespaces()3060 blobCount += blobFileNames.size(); in getBlobStorageInfoForNamespaces()