Searched refs:fullpathptr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1205 char *fullpathptr; local
1221 fullpathptr = NULL;
1296 fullpathptr = (char*) kalloc(MAXPATHLEN);
1297 if (fullpathptr == NULL) {
1455 err = build_path(vp, fullpathptr, len, &len, 0, vfs_context_current());
1461 if (fullpathptr){
1462 fullpathlen = strlen(fullpathptr);
1767 attrlist_pack_string (&ab, fullpathptr, fullpathlen);
1973 if (fullpathptr)
1974 kfree(fullpathptr, MAXPATHLE
[all...]

Completed in 20 milliseconds