Home | History | Annotate | Download | only in src

Lines Matching full:istore

1613 	struct stat istore;
1618 if (stat(storepath, &istore)) {
1623 if (!(astore.st_ino == istore.st_ino &&
1624 astore.st_dev == istore.st_dev)) {