OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcFileName
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
slang_rs_reflect_utils.h
34
//
bcFileName
: where is the bit code file
40
const char *
bcFileName
;
slang_rs_reflect_utils.cpp
163
FILE *pfin = fopen(context.
bcFileName
, "rb");
165
fprintf(stderr, "Error: could not read file %s\n", context.
bcFileName
);
slang_rs.cpp
74
BCAccessorContext.
bcFileName
= getOutputFileName().c_str();
Completed in 24 milliseconds