Searched refs:testStorage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DFileFinder_test.cpp30 KeyedVector<String8,time_t> testStorage; local
57 bool findStatus = FileFinder::findFiles(path,exts, testStorage, sdw);
63 cout << "Running size comparison: Size is " << testStorage.size() << ", ";
65 if(testStorage.size() == SIZE_EXPECTED)
77 String8 testExt(testStorage.keyAt(i).getPathExtension());
80 wrongExts += testStorage.keyAt(i);

Completed in 105 milliseconds