Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dscoped_temp_dir.cc14 constexpr FilePath::CharType kScopedDirPrefix[] = variable
32 if (!base::CreateNewTempDirectory(kScopedDirPrefix, &path_)) in CreateUniqueTempDir()
47 if (!base::CreateTemporaryDirInDir(base_path, kScopedDirPrefix, &path_)) in CreateUniqueTempDirUnderPath()
94 return kScopedDirPrefix; in GetTempDirPrefix()