Lines Matching defs:fullpath
733 char *newname, fullpath[PATH_MAX];
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];
1234 snprintf(fullpath, sizeof(fullpath), "%s/%s", dirname, pdirent->d_name);
1236 sprintf(fullpath, "%s/%s", dirname, pdirent->d_name);
1239 if (stat(fullpath, &filestat))
1252 perror(fullpath);