Home
last modified time | relevance | path

Searched refs:program_binary_path (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/compute/detail/
Dpath.hpp44 inline std::string program_binary_path(const std::string &hash, bool create = false) in program_binary_path() function
/third_party/boost/boost/compute/
Dprogram.hpp716 std::string fname = detail::program_binary_path(hash, true) + "kernel"; in save_program_binary()
732 std::string fname = detail::program_binary_path(hash) + "kernel"; in load_program_binary()