Searched refs:path_to_source (Results 1 – 5 of 5) sorted by relevance
11 path_to_source [file1 file2 ...])15 not be set unless the ``path_to_source`` and all listed files exist. It
63 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local64 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()
134 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local135 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()
151 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local152 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()