Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfuse2fs.c1558 char *temp_to = NULL, *temp_from = NULL; in op_rename() local
1600 temp_from = strdup(from); in op_rename()
1601 if (!temp_from) { in op_rename()
1607 cp = strrchr(temp_from, '/'); in op_rename()
1615 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_from, in op_rename()
1769 free(temp_from); in op_rename()