Searched refs:getFileSpecEntry (Results 1 – 3 of 3) sorted by relevance
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()2477 zipFileName = bundle->getFileSpecEntry(0); in doAdd()2491 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()2509 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()2542 zipFileName = bundle->getFileSpecEntry(0); in doRemove()2557 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()[all …]
241 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; } in getFileSpecEntry() function
1065 const char* assetDir = bundle->getFileSpecEntry(arg); in slurpFromArgs()