OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tempfile_path_prefix
(Results
1 - 1
of
1
) sorted by null
/external/flac/libFLAC/
metadata_iterators.c
135
static FLAC__bool open_tempfile_(const char *filename, const char *
tempfile_path_prefix
, FILE **tempfile, char **tempfilename, FLAC__Metadata_SimpleIteratorStatus *status);
347
char *filename, *
tempfile_path_prefix
;
member in struct:FLAC__Metadata_SimpleIterator
385
iterator->
tempfile_path_prefix
= 0;
410
if(0 != iterator->
tempfile_path_prefix
) {
411
free(iterator->
tempfile_path_prefix
);
412
iterator->
tempfile_path_prefix
= 0;
482
* The '
tempfile_path_prefix
' allows you to specify a directory where
485
* '
tempfile_path_prefix
' is NULL, the temp file will be written in the
490
* '
tempfile_path_prefix
'. Note that you should use the forward slash
494
FLAC__bool FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *iterator, const char *filename, FLAC__bool preserve_file_stats, const char *
tempfile_path_prefix
);
499
const char *
tempfile_path_prefix
= 0; \/*@@@ search for comments near 'rename(...)' for what it will take to finish implementing this *\/
local
1651
const char *
tempfile_path_prefix
= 0;
local
[
all
...]
Completed in 160 milliseconds