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

/external/chromium/base/memory/
H A Dscoped_temp_dir.h22 class BASE_API ScopedTempDir { class
25 ScopedTempDir();
28 ~ScopedTempDir();
56 DISALLOW_COPY_AND_ASSIGN(ScopedTempDir);
H A Dscoped_temp_dir.cc10 ScopedTempDir::ScopedTempDir() { function in class:ScopedTempDir
13 ScopedTempDir::~ScopedTempDir() {
18 bool ScopedTempDir::CreateUniqueTempDir() {
31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
49 bool ScopedTempDir::Set(const FilePath& path) {
61 bool ScopedTempDir::Delete() {
70 LOG(ERROR) << "ScopedTempDir unable to delete " << path_.value();
76 FilePath ScopedTempDir
[all...]

Completed in 259 milliseconds