Searched refs:fileNamePrefix (Results 1 – 2 of 2) sorted by relevance
68 public CaptureHolder(int captureCapacity, String fileNamePrefix, boolean captureWavs, in CaptureHolder() argument72 mFileNamePrefix = fileNamePrefix; in CaptureHolder()
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()