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

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 141 FILE *pfin = fopen((mOutputPath + filename).c_str(), "wt"); local
142 if (pfin == NULL) {
148 fprintf(pfin, "%s\n", txt[ct].c_str());
150 fclose(pfin);
slang_rs_reflect_utils.cpp 163 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);
slang_rs_reflection_cpp.cpp 252 FILE *pfin = fopen(mOutputBCFileName.c_str(), "rb"); local
253 if (pfin == NULL) {
263 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {

Completed in 138 milliseconds