OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempfilename
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/
metadata_iterators.c
127
static FLAC__bool simple_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **
tempfilename
, FLAC__bool append);
128
static FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **
tempfilename
, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup);
135
static FLAC__bool open_tempfile_(const char *filename, const char *tempfile_path_prefix, FILE **tempfile, char **
tempfilename
, FLAC__Metadata_SimpleIteratorStatus *status);
136
static FLAC__bool transport_tempfile_(const char *filename, FILE **tempfile, char **
tempfilename
, FLAC__Metadata_SimpleIteratorStatus *status);
137
static void cleanup_tempfile_(FILE **tempfile, char **
tempfilename
);
1400
char *
tempfilename
;
local
2905
char *
tempfilename
;
local
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
484
tempfilename
= None
490
(tfd,
tempfilename
) = tempfile.mkstemp(prefix='IDLE_tmp_')
491
filename =
tempfilename
493
if not self.writefile(
tempfilename
):
494
os.unlink(
tempfilename
)
521
if
tempfilename
:
522
os.unlink(
tempfilename
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
484
tempfilename
= None
490
(tfd,
tempfilename
) = tempfile.mkstemp(prefix='IDLE_tmp_')
491
filename =
tempfilename
493
if not self.writefile(
tempfilename
):
494
os.unlink(
tempfilename
)
521
if
tempfilename
:
522
os.unlink(
tempfilename
)
Completed in 491 milliseconds