OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
424
FILE *
pfin
= fopen(mBitCodeFilePath.c_str(), "rb");
local
425
if (
pfin
== nullptr) {
435
while ((read_length = fread(buf, 1, sizeof(buf),
pfin
)) > 0) {
[
all
...]
Completed in 45 milliseconds