Searched refs:inputFp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.cpp365 FILE* inputFp = NULL; local
384 inputFp = fopen(fileName, FILE_OPEN_RO);
385 if (inputFp == NULL)
417 result = compressFpToFp(mZipFp, inputFp, data, size, &crc);
427 long src = inputFp ? ftell(inputFp) : size;
438 if (inputFp) rewind(inputFp);
445 if (inputFp) {
446 result = copyFpToFp(mZipFp, inputFp,
[all...]

Completed in 291 milliseconds