Searched refs:fileNamePrefix (Results 1 – 1 of 1) sorted by relevance
187 const std::string &fileNamePrefix) in get_cl_build_options_filename_with_path() argument189 return filePath + slash + fileNamePrefix + ".options"; in get_cl_build_options_filename_with_path()194 const std::string &fileNamePrefix) in get_cl_source_filename_with_path() argument196 return filePath + slash + fileNamePrefix + ".cl"; in get_cl_source_filename_with_path()202 const std::string &fileNamePrefix) in get_binary_filename_with_path() argument204 std::string binaryFilename = filePath + slash + fileNamePrefix; in get_binary_filename_with_path()