Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Daapt.cpp67 string GetAttr(const string& ns, const string& name) const;
85 Element::GetAttr(const string& ns, const string& name) const in GetAttr() function in Element
239 apk->package = root->GetAttr("", "package"); in inspect_apk()
253 apk->runner = instrumentation[0]->GetAttr(ANDROID_NS, "name"); in inspect_apk()
260 string name = activities[i]->GetAttr(ANDROID_NS, "name"); in inspect_apk()