Home
last modified time | relevance | path

Searched refs:temp_from (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
Dfuse2fs.c1549 char *temp_to = NULL, *temp_from = NULL; in op_rename() local
1591 temp_from = strdup(from); in op_rename()
1592 if (!temp_from) { in op_rename()
1598 cp = strrchr(temp_from, '/'); in op_rename()
1606 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_from, in op_rename()
1760 free(temp_from); in op_rename()