Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:root_path

1631 prep_stat(const char *root_path)
1633 int len = strlen(root_path);
1635 if((len >= 4) && (!strcmp(root_path + len - 4, "data"))) {
1637 } else if((len >= 7) && (!strcmp(root_path + len - 6, "system"))) {