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

/external/chromium_org/base/files/
H A Dfile_util_win.cc365 FilePath* new_temp_path) {
372 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path);
364 CreateNewTempDirectory(const FilePath::StringType& prefix, FilePath* new_temp_path) argument
H A Dfile_util_posix.cc554 FilePath* new_temp_path) {
559 return CreateTemporaryDirInDirImpl(tmpdir, TempFileName(), new_temp_path);
553 CreateNewTempDirectory(const FilePath::StringType& prefix, FilePath* new_temp_path) argument

Completed in 116 milliseconds