Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance
/btstack/platform/posix/ |
H A D | wav_util.c | 114 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 D | wav_util.h | 53 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 D | markdown_update_references.py | 168 filepath = list(file_description_dict.values())[0] 169 process_file(filepath, markdownfolder, mkdocsfolder, githuburl)
|
H A D | markdown_create_apis.py | 65 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]
|