Searched refs:real_path (Results 1 – 1 of 1) sorted by relevance
483 char *real_path = realpath(line, NULL); in get_so_paths() local484 if (starts_with(real_path, LEGAL_SUBHAL_PATH_PREFIX) || in get_so_paths()485 starts_with(real_path, LEGAL_SUBHAL_ALTERNATE_PATH_PREFIX)) { in get_so_paths()486 ALOGV("accepting valid path '%s'", real_path); in get_so_paths()487 char* compact_line = new char[strlen(real_path) + 1]; in get_so_paths()488 strcpy(compact_line, real_path); in get_so_paths()492 real_path, LEGAL_SUBHAL_PATH_PREFIX, LEGAL_SUBHAL_ALTERNATE_PATH_PREFIX); in get_so_paths()494 free(real_path); in get_so_paths()