Home
last modified time | relevance | path

Searched refs:tmp_filepath (Results 1 – 3 of 3) sorted by relevance

/external/puffin/src/
Dpuffdiff.cc104 const string& tmp_filepath, in PuffDiff() argument
132 tmp_filepath, compressors, kBrotliCompressionQuality); in PuffDiff()
139 auto bsdiff_patch = FileStream::Open(tmp_filepath, true, false); in PuffDiff()
159 const string& tmp_filepath, in PuffDiff() argument
163 compressors, tmp_filepath, patch); in PuffDiff()
170 const string& tmp_filepath, in PuffDiff() argument
175 tmp_filepath, patch); in PuffDiff()
/external/tensorflow/tensorflow/core/lib/io/
Dpath.cc267 string tmp_filepath; in GetTempFilename()
270 tmp_filepath = io::JoinPath( in GetTempFilename()
273 fd = mkstemps(&tmp_filepath[0], extension.length() + 1); in GetTempFilename()
275 tmp_filepath = io::JoinPath( in GetTempFilename()
278 fd = mkstemp(&tmp_filepath[0]); in GetTempFilename()
284 return tmp_filepath; in GetTempFilename()
/external/puffin/src/include/puffin/
Dpuffdiff.h35 const std::string& tmp_filepath,
45 const std::string& tmp_filepath,
54 const std::string& tmp_filepath,