Searched refs:output_cpp_file_path_str (Results 1 – 1 of 1) sorted by relevance
74 string output_cpp_file_path_str = string(output_file_path); in TranslateToFile() local77 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()