Searched refs:pfin (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_base.cpp143 FILE *pfin = fopen((mOutputPath + filename).c_str(), "wt"); local
144 if (pfin == NULL) {
150 fprintf(pfin, "%s\n", txt[ct].c_str());
152 fclose(pfin);
H A Dslang_rs_reflect_utils.cpp163 FILE *pfin = fopen(context.bcFileName, "rb"); local
164 if (pfin == NULL) {
183 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
189 fclose(pfin);
H A Dslang_rs_reflection_cpp.cpp285 FILE *pfin = fopen(mOutputBCFileName.c_str(), "rb"); local
286 if (pfin == NULL) {
296 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {

Completed in 554 milliseconds