Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp1097 int curDepth = 0; in doDump() local
1107 curDepth--; in doDump()
1111 curDepth++; in doDump()
1114 if (ctag16 == NULL || String8(ctag16) != "uses-sdk" || curDepth != 2) { in doDump()