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.cpp289 const LocalIdentifier* LocalIdentifier::resolve() const { in resolve() function in android::LocalIdentifier
293 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/libvintf/
DHostFileSystem.cpp58 std::string HostFileSystem::resolve(const std::string& path, std::string* error) const { in resolve() function in android::vintf::details::HostFileSystem
/system/unwinding/libbacktrace/include/backtrace/
DBacktraceMap.h162 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames()
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h110 void SetResolveNames(bool resolve) { resolve_names_ = resolve; } in SetResolveNames()