Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dphar_object.c2092 char *basename = NULL, *basepath = NULL; local
2174 basepath = estrndup(oldpath, (strlen(oldpath) - oldname_len));
2175 phar->fname_len = spprintf(&newpath, 0, "%s%s", basepath, newname);
2178 efree(basepath);

Completed in 15 milliseconds