Searched refs:path_to_source (Results 1 – 2 of 2) sorted by relevance
55 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local56 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()
156 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local157 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()