Searched defs:pfin (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp172 FILE *pfin = fopen(filename.c_str(), "rb"); local
173 if (pfin == nullptr) {
189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
195 fclose(pfin);
H A Dslang_rs_reflection_cpp.cpp426 FILE *pfin = fopen(mBitCodeFilePath.c_str(), "rb"); local
427 if (pfin == nullptr) {
437 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {

Completed in 48 milliseconds