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

/external/libchrome/base/files/
H A Dscoped_temp_dir.h24 class BASE_EXPORT ScopedTempDir { class in namespace:base
27 ScopedTempDir();
30 ~ScopedTempDir();
58 DISALLOW_COPY_AND_ASSIGN(ScopedTempDir);
H A Dscoped_temp_dir.cc12 ScopedTempDir::ScopedTempDir() { function in class:base::ScopedTempDir
15 ScopedTempDir::~ScopedTempDir() {
20 bool ScopedTempDir::CreateUniqueTempDir() {
32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
49 bool ScopedTempDir::Set(const FilePath& path) {
60 bool ScopedTempDir::Delete() {
73 FilePath ScopedTempDir::Take() {
79 bool ScopedTempDir
[all...]

Completed in 85 milliseconds