Home
last modified time | relevance | path

Searched defs:IsBridged (Results 1 – 2 of 2) sorted by relevance

/art/libnativeloader/
Dnative_loader_namespace.h56 bool IsBridged() const { return raw_.index() == 1; } in IsBridged() function
Dnative_loader_test.cpp298 bool IsBridged() { return GetParam(); } in IsBridged() function in android::nativeloader::NativeLoaderTest