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()
184 const std::string& fileNamePrefix) { in get_cl_build_options_filename_with_path() argument185 return filePath + slash + fileNamePrefix + ".options"; in get_cl_build_options_filename_with_path()190 const std::string& fileNamePrefix) { in get_cl_source_filename_with_path() argument191 return filePath + slash + fileNamePrefix + ".cl"; in get_cl_source_filename_with_path()198 const std::string& fileNamePrefix) { in get_binary_filename_with_path() argument199 std::string binaryFilename = filePath + slash + fileNamePrefix; in get_binary_filename_with_path()