Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c379 char *last_component; in realpath_not_final() local
392 last_component = strrchr(tmp_path, '/'); in realpath_not_final()
394 if (last_component == tmp_path) { in realpath_not_final()
395 last_component++; in realpath_not_final()
397 } else if (last_component) { in realpath_not_final()
398 *last_component = '\0'; in realpath_not_final()
399 last_component++; in realpath_not_final()
402 last_component = tmp_path; in realpath_not_final()
414 if (len + strlen(last_component) + 2 > PATH_MAX) { in realpath_not_final()
425 strcpy(resolved_path, last_component); in realpath_not_final()