Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util.h290 FilePath* new_temp_path);
Dfile_util_posix.cc480 FilePath* new_temp_path) { in CreateNewTempDirectory() argument
485 return CreateTemporaryDirInDirImpl(tmpdir, kTempFileName, new_temp_path); in CreateNewTempDirectory()
Dfile_util_win.cc646 FilePath* new_temp_path) { in CreateNewTempDirectory() argument
653 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path); in CreateNewTempDirectory()