Searched refs:pContents (Results 1 – 2 of 2) sorted by relevance
1310 SortedVector<AssetDir::FileInfo>* pContents; in scanAndMergeDirLocked() local1320 pContents = new SortedVector<AssetDir::FileInfo>; in scanAndMergeDirLocked()1333 delete pContents; in scanAndMergeDirLocked()1362 pContents->add(tmp); in scanAndMergeDirLocked()1374 pContents = scanDirLocked(path); in scanAndMergeDirLocked()1375 if (pContents == NULL) in scanAndMergeDirLocked()1388 count = pContents->size(); in scanAndMergeDirLocked()1394 name = pContents->itemAt(i).getFileName().string(); in scanAndMergeDirLocked()1412 ALOGD("HEY: size=%d removing %d\n", (int)pContents->size(), i); in scanAndMergeDirLocked()1413 pContents->removeAt(i); in scanAndMergeDirLocked()[all …]
267 const SortedVector<AssetDir::FileInfo>* pContents);