Searched refs:path_to_source (Results 1 – 1 of 1) sorted by relevance
49 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local50 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()