Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance

/btstack/platform/posix/
H A Dwav_util.c114 int wav_writer_open(const char * filepath, int num_channels, int sampling_frequency){ in wav_writer_open() argument
115 FILE * wav_file = fopen(filepath, "wb"); in wav_writer_open()
186 int wav_reader_open(const char * filepath){ in wav_reader_open() argument
188 wav_reader_file = fopen(filepath, "rb"); in wav_reader_open()
190 log_error("Can't open file %s", filepath); in wav_reader_open()
H A Dwav_util.h53 int wav_writer_open(const char * filepath, int num_channels, int sampling_frequency);
80 int wav_reader_open(const char * filepath);
/btstack/doc/manual/
H A Dmarkdown_update_references.py168 filepath = list(file_description_dict.values())[0]
169 process_file(filepath, markdownfolder, mkdocsfolder, githuburl)
H A Dmarkdown_create_apis.py65 def codeReference(fname, githuburl, filename_without_extension, filepath, linenr): argument
83 def filename_stem(filepath): argument
84 return os.path.splitext(os.path.basename(filepath))[0]