Home | History | Annotate | Download | only in block

Lines Matching defs:new_path

1385 	uint32_t cluster, char* new_path)
1388 commit->path = new_path;
2386 char* new_path = qemu_malloc(l + diff + 1);
2390 pstrcpy(new_path, l + diff + 1, mapping->path);
2391 pstrcpy(new_path + l1, l + diff + 1 - l1,
2394 schedule_rename(s, m->begin, new_path);