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

  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 125 FSSpec oFile;
126 OSStatus status = ATSFontGetFileSpecification(atsFont, &oFile);
130 status = FSpMakeFSRef(&oFile, &fileRef);
  /external/speex/libspeex/
mdf.c 387 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL;
391 if (!(rFile && pFile && oFile))
397 fwrite(out, sizeof(spx_int16_t), len, oFile);
417 if (rFile || pFile || oFile)
421 oFile = fopen("aec_out.sw", "wb");
631 fclose(oFile);
632 rFile = pFile = oFile = NULL;
    [all...]

Completed in 182 milliseconds