HomeSort by relevance Sort by last modified time
    Searched refs:PFileVfprintfImpl (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
PFileImpl.h 80 PORTABLE_API ESR_ReturnCode PFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args);
  /external/srec/portable/src/
PFileImpl.c 50 impl->Interface.vfprintf = &PFileVfprintfImpl;
162 ESR_ReturnCode PFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args)

Completed in 145 milliseconds