Searched refs:kSupportedLibraryPathSubstring (Results 1 – 3 of 3) sorted by relevance
23 const char* kSupportedLibraryPathSubstring = "/lib/riscv64"; variable
40 extern const char* kSupportedLibraryPathSubstring;
547 return strstr(library_path, berberis::kSupportedLibraryPathSubstring) != nullptr; in native_bridge_isPathSupported()