Home
last modified time | relevance | path

Searched refs:kSupportedLibraryPathSubstring (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/riscv64/
Dnative_bridge.cc23 const char* kSupportedLibraryPathSubstring = "/lib/riscv64"; variable
/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/include/berberis/native_bridge/
Dnative_bridge.h40 extern const char* kSupportedLibraryPathSubstring;
/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/
Dnative_bridge.cc547 return strstr(library_path, berberis::kSupportedLibraryPathSubstring) != nullptr; in native_bridge_isPathSupported()