Home | History | Annotate | Download | only in android

Lines Matching refs:pathbname

1411     char *pathname = NULL, *pathdnamer = NULL, *pathdname, *pathbname;
1434 pathbname = basename(pathname_orig);
1435 if (!strcmp(pathbname, "/") || !strcmp(pathbname, ".") || !strcmp(pathbname, "..")) {
1445 error = asprintf(&pathname, "/%s", pathbname);
1447 error = asprintf(&pathname, "%s/%s", pathdnamer, pathbname);