Home
last modified time | relevance | path

Searched refs:GetAttr (Results 1 – 3 of 3) 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
240 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()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h81 void GetAttr(GuestAddr* stack_base, size_t* stack_size, size_t* guard_size) const { in GetAttr() function
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc88 thread->GetAttr(stack_base, stack_size, guard_size); in GetGuestThreadAttr()