Searched refs:pagecount (Results 1 – 2 of 2) sorted by relevance
548 ulong pagecount = 1; in do_nand() local579 if (argc > 4 && !str2long(argv[4], &pagecount)) { in do_nand()584 if (pagecount * mtd->writesize > size) { in do_nand()589 rwsize = pagecount * (mtd->writesize + mtd->oobsize); in do_nand()642 ret = raw_access(mtd, addr, off, pagecount, read, in do_nand()
81 public int pagecount() throws SQLite.Exception { in pagecount() method in Backup