Home
last modified time | relevance | path

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

/external/skia/src/sksl/lex/
DMain.cpp98 const char* cppPath) { in writeCPP() argument
99 std::ofstream out(cppPath); in writeCPP()
187 const char* cppPath) { in process() argument
225 writeCPP(dfa, lexer, token, (std::string("src/sksl/SkSL") + lexer + ".h").c_str(), cppPath); in process()
/external/skqp/src/sksl/lex/
DMain.cpp88 const char* cppPath) { in writeCPP() argument
89 std::ofstream out(cppPath); in writeCPP()
165 const char* cppPath) { in process() argument
197 writeCPP(dfa, lexer, token, (std::string("SkSL") + lexer + ".h").c_str(), cppPath); in process()