OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_to_source
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/test/
video_source.h
57
const std::string
path_to_source
= GetDataPath() + "/" + file_name;
local
58
return fopen(
path_to_source
.c_str(), "rb");
decode_perf_test.cc
149
const std::string
path_to_source
= data_path + "/" + kNewEncodeOutputFile;
local
150
outfile_ = fopen(
path_to_source
.c_str(), "wb");
Completed in 165 milliseconds