Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp121 DIR* input_dir; in main() local
123 if ((input_dir = opendir(argv[opt_count + 1])) != NULL) { in main()
126 while ((ent = readdir(input_dir)) != NULL) { in main()
148 closedir(input_dir); in main()