Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h212 : mLeaf(leaf), mPath(path) { } in AaptGroup()
215 const String8& getLeaf() const { return mLeaf; } in getLeaf()
231 String8 mLeaf;
245 : mLeaf(leaf), mPath(path) { } in AaptDir()
248 const String8& getLeaf() const { return mLeaf; } in getLeaf()
298 String8 mLeaf; variable