Home
last modified time | relevance | path

Searched defs:resolve (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DTypeDef.cpp58 const Type* TypeDef::resolve() const { in resolve() function in android::TypeDef
DScope.cpp273 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier
277 LocalIdentifier* LocalIdentifier::resolve() { in resolve() function in android::LocalIdentifier
DType.cpp101 Type* Type::resolve() { in resolve() function in android::Type
105 const Type* Type::resolve() const { in resolve() function in android::Type
/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames()
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h101 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames()
/system/libvintf/
Dcheck_vintf.cpp92 std::string resolve(const std::string& path, std::string* error) const { in resolve() function in android::vintf::details::HostFileSystem