Searched refs:pContents (Results 1 – 2 of 2) sorted by relevance
1084 SortedVector<AssetDir::FileInfo>* pContents = scanDirLocked(path); in scanAndMergeDirLocked() local1085 if (pContents == NULL) in scanAndMergeDirLocked()1097 count = pContents->size(); in scanAndMergeDirLocked()1103 name = pContents->itemAt(i).getFileName().string(); in scanAndMergeDirLocked()1121 ALOGD("HEY: size=%d removing %d\n", (int)pContents->size(), i); in scanAndMergeDirLocked()1122 pContents->removeAt(i); in scanAndMergeDirLocked()1128 mergeInfoLocked(pMergedInfo, pContents); in scanAndMergeDirLocked()1130 delete pContents; in scanAndMergeDirLocked()1148 SortedVector<AssetDir::FileInfo>* pContents = NULL; in scanDirLocked() local1159 pContents = new SortedVector<AssetDir::FileInfo>; in scanDirLocked()[all …]
249 const SortedVector<AssetDir::FileInfo>* pContents);