Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h227 : mLeaf(leaf), mPath(path) { } in AaptGroup()
230 const String8& getLeaf() const { return mLeaf; } in getLeaf()
246 String8 mLeaf;
260 : mLeaf(leaf), mPath(path) { } in AaptDir()
263 const String8& getLeaf() const { return mLeaf; } in getLeaf()
311 String8 mLeaf; variable
DAaptAssets.cpp1646 mLeaf.string(), mPath.string()); in addFile()