Searched refs:GetAttr (Results 1 – 2 of 2) sorted by relevance
67 string GetAttr(const string& ns, const string& name) const;85 Element::GetAttr(const string& ns, const string& name) const in GetAttr() function in Element240 apk->package = root->GetAttr("", "package"); in inspect_apk()254 apk->runner = instrumentation[0]->GetAttr(ANDROID_NS, "name"); in inspect_apk()261 string name = activities[i]->GetAttr(ANDROID_NS, "name"); in inspect_apk()
199 TEST_F(FuseAppLoopTest, GetAttr) { in TEST_F() argument