Home | History | Annotate | Download | only in tools

Lines Matching defs:dev_dir

31  * Strip dev_dir if present
72 if (!strncmp(vg_name, cmd->dev_dir, strlen(cmd->dev_dir))) {
75 vg_name += strlen(cmd->dev_dir);
804 char *dev_dir = cmd->dev_dir;
809 /* Strip dev_dir (optional) */
815 if (!strncmp(vg_name, dev_dir, strlen(dev_dir))) {
816 vg_name += strlen(dev_dir);