OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1554 milliseconds