Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp131 string dst_file = android::vts::RemoveBaseDir( in main() local
135 dst_file = android::vts::PathJoin(dst_file.c_str(), ".h"); in main()
137 dst_file = android::vts::PathJoin(dst_file.c_str(), ".cpp"); in main()
142 cout << "-> " << dst_file.c_str() << endl; in main()
145 mode, src_file.c_str(), dst_file.c_str(), type); in main()