Home
last modified time | relevance | path

Searched refs:ClassFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp2138 std::string ClassFile = Path + OS_PATH_SEPARATOR_STR + ClassName + ".java"; in openClassFile() local
2140 mOF.open(ClassFile.c_str()); in openClassFile()
2142 ErrorMsg = "failed to open file '" + ClassFile + "' for write"; in openClassFile()