Searched defs:fullpath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c733 char *newname, fullpath[PATH_MAX]; local
843 snprintf(fullpath, sizeof(fullpath), "%s%s", g_rdpdr_device[pfinfo->device_id].local_path,
846 sprintf(fullpath, "%s%s", g_rdpdr_device[pfinfo->device_id].local_path,
852 if (rename(pfinfo->path, fullpath) != 0)
1198 char *dirname, fullpath[PATH_MAX]; local
1234 snprintf(fullpath, sizeof(fullpath), "%s/%s", dirname, pdirent->d_name);
1236 sprintf(fullpath, "%s/%s", dirname, pdirent->d_name);
1239 if (stat(fullpath,
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c561 char *fullpath; local
585 fullpath = sfnode_construct_path(dir, name);
587 template.sf_path = fullpath;
591 kmem_free(fullpath, strlen(fullpath) + 1);
605 error = sfprov_create(dir->sf_sffs->sf_handle, fullpath, c_mode,
611 error = sfprov_mkdir(dir->sf_sffs->sf_handle, fullpath, c_mode,
621 fullpath, stat);
644 kmem_free(fullpath, strlen(fullpath)
1931 char *fullpath; local
[all...]

Completed in 1586 milliseconds