Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:pdest

2438 		char *pdest;
2441 if((pdest = strchr(dopt[i], ':')))
2443 *(pdest++) = 0;
2444 if(!(nod = find_path(fs, EXT2_ROOT_INO, pdest)))
2445 error_msg_and_die("path %s not found in filesystem", pdest);