Searched refs:name_to_apex (Results 1 – 1 of 1) sorted by relevance
2231 std::string name_to_apex; in do_dlopen() local2232 if (translateSystemPathToApexPath(name, &name_to_apex)) { in do_dlopen()2233 const char* new_name = name_to_apex.c_str(); in do_dlopen()