OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfin
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
slang_rs_reflection_base.cpp
143
FILE *
pfin
= fopen((mOutputPath + filename).c_str(), "wt");
local
144
if (
pfin
== NULL) {
150
fprintf(
pfin
, "%s\n", txt[ct].c_str());
152
fclose(
pfin
);
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
);
slang_rs_reflection_cpp.cpp
285
FILE *
pfin
= fopen(mOutputBCFileName.c_str(), "rb");
local
286
if (
pfin
== NULL) {
296
while ((read_length = fread(buf, 1, sizeof(buf),
pfin
)) > 0) {
Completed in 585 milliseconds