Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DGenerator.cpp158 vector<string>* specFileNames) { in parseCommandLine() argument
179 specFileNames->push_back(argv[i]); in parseCommandLine()
182 if (specFileNames->size() == 0) { in parseCommandLine()
192 vector<string> specFileNames; in main() local
193 if (!parseCommandLine(argc, argv, &maxApiLevel, &specFileNames)) { in main()
199 for (auto i : specFileNames) { in main()