Searched refs:getFileSpecEntry (Results 1 – 3 of 3) sorted by relevance
153 zipFileName = bundle->getFileSpecEntry(0); in doList()593 const char* option = bundle->getFileSpecEntry(0); in doDump()594 const char* filename = bundle->getFileSpecEntry(1); in doDump()654 const char* resname = bundle->getFileSpecEntry(i); in doDump()681 const char* resname = bundle->getFileSpecEntry(i); in doDump()2080 zipFileName = bundle->getFileSpecEntry(0); in doAdd()2094 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()2112 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()2145 zipFileName = bundle->getFileSpecEntry(0); in doRemove()2160 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()[all …]
226 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; } in getFileSpecEntry() function
1090 const char* assetDir = bundle->getFileSpecEntry(arg); in slurpFromArgs()