Searched refs:GetAttr (Results 1 – 3 of 3) 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()
81 void GetAttr(GuestAddr* stack_base, size_t* stack_size, size_t* guard_size) const { in GetAttr() function
88 thread->GetAttr(stack_base, stack_size, guard_size); in GetGuestThreadAttr()