Searched refs:pContents (Results 1 - 2 of 2) sorted by path

/frameworks/base/include/androidfw/
H A DAssetManager.h273 const SortedVector<AssetDir::FileInfo>* pContents);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1318 SortedVector<AssetDir::FileInfo>* pContents; local
1328 pContents = new SortedVector<AssetDir::FileInfo>;
1341 delete pContents;
1370 pContents->add(tmp);
1382 pContents = scanDirLocked(path);
1383 if (pContents == NULL)
1396 count = pContents->size();
1402 name = pContents->itemAt(i).getFileName().string();
1420 ALOGD("HEY: size=%d removing %d\n", (int)pContents->size(), i);
1421 pContents
1447 SortedVector<AssetDir::FileInfo>* pContents = NULL; local
1624 mergeInfoLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const SortedVector<AssetDir::FileInfo>* pContents) argument
1792 SortedVector<AssetDir::FileInfo>* pContents; local
[all...]

Completed in 48 milliseconds