Searched refs:insertFile (Results 1 – 4 of 4) sorted by relevance
62 IFile* insertFile(const StringPiece& path);
61 IFile* FileCollection::insertFile(const StringPiece& path) { in insertFile() function in aapt::io::FileCollection
130 collection.insertFile("res/xml/file.xml"); in TEST_F()
1041 io::IFile* file = mFileCollection->insertFile(path); in mergePath()