Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp487 char* compact_line = new char[strlen(real_path) + 1]; in get_so_paths() local
488 strcpy(compact_line, real_path); in get_so_paths()
489 so_paths->push_back(compact_line); in get_so_paths()