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

  /frameworks/compile/slang/
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);

Completed in 25 milliseconds