Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileSystem.h62 IFile* insertFile(const StringPiece& path);
DFileSystem.cpp61 IFile* FileCollection::insertFile(const StringPiece& path) { in insertFile() function in aapt::io::FileCollection
/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp130 collection.insertFile("res/xml/file.xml"); in TEST_F()
DLink.cpp1041 io::IFile* file = mFileCollection->insertFile(path); in mergePath()