Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp74 string output_cpp_file_path_str = string(output_file_path); in TranslateToFile() local
77 found = output_cpp_file_path_str.find_last_of("/"); in TranslateToFile()
78 string output_dir = output_cpp_file_path_str.substr(0, found + 1); in TranslateToFile()