Lines Matching refs:newpath
153 char newpath[128];
155 sprintf(newpath, "tedd%03d", i);
156 lfs_rename(&lfs, oldpath, newpath) => 0;
231 char newpath[128];
233 sprintf(newpath, "hello%03d", i);
234 // YES this can overwrite an existing newpath
235 lfs_rename(&lfs, oldpath, newpath) => 0;
415 char newpath[128];
417 sprintf(newpath, "tedd%03d", i);
418 lfs_rename(&lfs, oldpath, newpath) => 0;
494 char newpath[128];
496 sprintf(newpath, "hello%03d", i);
497 // YES this can overwrite an existing newpath
498 lfs_rename(&lfs, oldpath, newpath) => 0;