Home | History | Annotate | Download | only in runtime

Lines Matching defs:path_str

789   const char* path_str = path.empty() ? nullptr : path.c_str();
792 path_str,
798 if (android::NativeBridgeIsSupported(path_str)) {
799 handle = android::NativeBridgeLoadLibrary(path_str, RTLD_NOW);