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