OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pfin
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_reflect_utils.cpp
171
FILE *
pfin
= fopen(filename.c_str(), "rb");
local
172
if (
pfin
== NULL) {
188
while ((read_length = fread(buff, 1, SEG_SIZE,
pfin
)) > 0) {
194
fclose(
pfin
);
slang_rs_reflection_cpp.cpp
306
FILE *
pfin
= fopen(mBitCodeFilePath.c_str(), "rb");
local
307
if (
pfin
== NULL) {
317
while ((read_length = fread(buf, 1, sizeof(buf),
pfin
)) > 0) {
[
all
...]
Completed in 167 milliseconds