Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h214 : mLeaf(leaf), mPath(path) { } in AaptGroup()
217 const String8& getLeaf() const { return mLeaf; } in getLeaf()
233 String8 mLeaf;
247 : mLeaf(leaf), mPath(path) { } in AaptDir()
250 const String8& getLeaf() const { return mLeaf; } in getLeaf()
300 String8 mLeaf; variable