Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp114 collection->InsertFile(full_path); in Create()
120 IFile* FileCollection::InsertFile(StringPiece path) { in InsertFile() function in aapt::io::FileCollection
H A DFileSystem.h66 IFile* InsertFile(android::StringPiece path);
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp794 collection->InsertFile(arg); in Action()
H A DLink.cpp1573 io::IFile* file = file_collection_->InsertFile(path); in MergePath()