Searched defs:pfin (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp171 FILE *pfin = fopen(filename.c_str(), "rb"); local
172 if (pfin == NULL) {
188 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
194 fclose(pfin);
H A Dslang_rs_reflection_cpp.cpp306 FILE *pfin = fopen(mBitCodeFilePath.c_str(), "rb"); local
307 if (pfin == NULL) {
317 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {

Completed in 107 milliseconds