Home
last modified time | relevance | path

Searched refs:path_to_source (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dutility_source.rst11 path_to_source [file1 file2 ...])
15 not be set unless the ``path_to_source`` and all listed files exist. It
/aosp_15_r20/external/libaom/test/
H A Dvideo_source.h63 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local
64 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()
H A Ddecode_perf_test.cc134 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local
135 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()
/aosp_15_r20/external/libvpx/test/
H A Dvideo_source.h63 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local
64 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()
H A Ddecode_perf_test.cc151 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local
152 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()