Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc91 bool GetTempName(const string& path, base::FilePath* template_path) { in GetTempName() argument
95 *template_path = base::FilePath(path); in GetTempName()
107 *template_path = temp_dir.Append(path); in GetTempName()