Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h224 : mLeaf(leaf), mPath(path) { } in AaptGroup()
227 const String8& getLeaf() const { return mLeaf; } in getLeaf()
243 String8 mLeaf;
257 : mLeaf(leaf), mPath(path) { } in AaptDir()
260 const String8& getLeaf() const { return mLeaf; } in getLeaf()
308 String8 mLeaf; variable
DAaptAssets.cpp1584 mLeaf.string(), mPath.string()); in addFile()