Searched refs:inputFp (Results 1 - 2 of 2) 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...]
/frameworks/base/tools/aapt2/
H A DZipFile.cpp374 FILE* inputFp = NULL; local
393 inputFp = fopen(fileName, FILE_OPEN_RO);
394 if (inputFp == NULL)
426 result = compressFpToFp(mZipFp, inputFp, data, size, &crc);
436 long src = inputFp ? ftell(inputFp) : size;
447 if (inputFp) rewind(inputFp);
454 if (inputFp) {
455 result = copyFpToFp(mZipFp, inputFp,
[all...]

Completed in 43 milliseconds