Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp115 collection->InsertFile(full_path); in Create()
121 IFile* FileCollection::InsertFile(const StringPiece& path) { in InsertFile() function in aapt::io::FileCollection
DFileSystem.h67 IFile* InsertFile(const android::StringPiece& path);
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp786 collection->InsertFile(arg); in Action()
DLink.cpp1447 io::IFile* file = file_collection_->InsertFile(path); in MergePath()