HomeSort by relevance Sort by last modified time
    Searched defs:ScopedTempDir (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
scoped_temp_dir.h 16 class ScopedTempDir {
19 ScopedTempDir();
22 ~ScopedTempDir();
44 DISALLOW_COPY_AND_ASSIGN(ScopedTempDir);
scoped_temp_dir.cc 11 ScopedTempDir::ScopedTempDir() {
14 ScopedTempDir::~ScopedTempDir() {
16 LOG(ERROR) << "ScopedTempDir unable to delete " << path_.value();
19 bool ScopedTempDir::CreateUniqueTempDir() {
29 bool ScopedTempDir::Set(const FilePath& path) {
39 FilePath ScopedTempDir::Take() {
45 bool ScopedTempDir::IsValid() const {

Completed in 24 milliseconds