Lines Matching refs:getFileSpecEntry
135 zipFileName = bundle->getFileSpecEntry(0); in doList()
739 const char* option = bundle->getFileSpecEntry(0); in doDump()
740 const char* filename = bundle->getFileSpecEntry(1); in doDump()
812 const char* resname = bundle->getFileSpecEntry(i); in doDump()
839 const char* resname = bundle->getFileSpecEntry(i); in doDump()
2456 zipFileName = bundle->getFileSpecEntry(0); in doAdd()
2470 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()
2488 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()
2521 zipFileName = bundle->getFileSpecEntry(0); in doRemove()
2536 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()
2549 bundle->getFileSpecEntry(i), zipFileName); in doRemove()