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

  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 172 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);
slang_rs_reflection_cpp.cpp 426 FILE *pfin = fopen(mBitCodeFilePath.c_str(), "rb"); local
427 if (pfin == nullptr) {
437 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {
    [all...]

Completed in 243 milliseconds