Searched defs:new_temp_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_util_posix.cc480 FilePath* new_temp_path) {
485 return CreateTemporaryDirInDirImpl(tmpdir, kTempFileName, new_temp_path);
479 CreateNewTempDirectory(const FilePath::StringType& prefix, FilePath* new_temp_path) argument
H A Dfile_util_win.cc646 FilePath* new_temp_path) {
653 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path);
645 CreateNewTempDirectory(const FilePath::StringType& prefix, FilePath* new_temp_path) argument

Completed in 177 milliseconds