Lines Matching refs:newpath
153 char newpath[128];
155 sprintf(newpath, "tedd%03d", i);
156 lfs_rename(&lfs, oldpath, newpath) => 0;
227 char newpath[128];
229 sprintf(newpath, "hello%03d", i);
230 // YES this can overwrite an existing newpath
231 lfs_rename(&lfs, oldpath, newpath) => 0;
411 char newpath[128];
413 sprintf(newpath, "tedd%03d", i);
414 lfs_rename(&lfs, oldpath, newpath) => 0;
486 char newpath[128];
488 sprintf(newpath, "hello%03d", i);
489 // YES this can overwrite an existing newpath
490 lfs_rename(&lfs, oldpath, newpath) => 0;