Searched defs:infile (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang-data.c17 FILE *infile = fopen(infile_name, "rb"); local
19 if (!infile) {
28 fclose(infile);
50 size_t nread = fread(buf, sizeof(char), sizeof(buf), infile);
99 fclose(infile);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c124 int ReadFile2Buf(FILE* infile,unsigned char* dest,int readSize) argument
127 readBytes = fread(dest, 1, readSize, infile);
135 FILE *infile, *outfile; local
167 infile = fopen(infileName, "rb");
168 if (!infile) {
221 bytesLeft = ReadFile2Buf(infile,inData.Buffer,READ_SIZE);
261 nRead = ReadFile2Buf(infile, inBuf,READ_SIZE);
264 if (feof(infile))
274 fclose(infile);
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) argument
58 : infile_(infile),

Completed in 82 milliseconds