Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.h232 BASE_EXPORT bool CreateTemporaryFile(FilePath* path);
Dfile_util_posix.cc525 bool CreateTemporaryFile(FilePath* path) { in CreateTemporaryFile() function
/external/libbrillo/brillo/streams/
Dfile_stream.cc268 if (!base::CreateTemporaryFile(&path)) { in CreateTemporary()