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

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

Completed in 420 milliseconds