Home | History | Annotate | Download | only in genext2fs

Lines Matching defs:pdest

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