Home
last modified time | relevance | path

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

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