Lines Matching refs:getFileSpecEntry
136 zipFileName = bundle->getFileSpecEntry(0); in doList()
740 const char* option = bundle->getFileSpecEntry(0); in doDump()
741 const char* filename = bundle->getFileSpecEntry(1); in doDump()
813 const char* resname = bundle->getFileSpecEntry(i); in doDump()
840 const char* resname = bundle->getFileSpecEntry(i); in doDump()
2474 zipFileName = bundle->getFileSpecEntry(0); in doAdd()
2488 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()
2506 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()
2539 zipFileName = bundle->getFileSpecEntry(0); in doRemove()
2554 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()
2567 bundle->getFileSpecEntry(i), zipFileName); in doRemove()