Home | History | Annotate | Download | only in misc

Lines Matching refs:temp_path

913 	char *temp_path = strdup(path);
924 if (!temp_path) {
928 node_name = strrchr(temp_path, '/');
943 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1030 free(temp_path);
1040 char *temp_path = strdup(path);
1052 if (!temp_path) {
1056 node_name = strrchr(temp_path, '/');
1071 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1113 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1169 free(temp_path);
1427 char *temp_path = strdup(dest);
1436 if (!temp_path) {
1440 node_name = strrchr(temp_path, '/');
1450 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1485 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1515 free(temp_path);
1772 char *temp_path = strdup(dest);
1782 if (!temp_path) {
1786 node_name = strrchr(temp_path, '/');
1801 err = ext2fs_namei(fs, EXT2_ROOT_INO, EXT2_ROOT_INO, temp_path,
1866 free(temp_path);
2838 char *temp_path = strdup(path);
2848 if (!temp_path) {
2852 node_name = strrchr(temp_path, '/');
2867 temp_path,
2951 free(temp_path);