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

  /external/chromium/base/memory/
scoped_temp_dir.cc 10 ScopedTempDir::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::Take()
    [all...]
scoped_temp_dir.h 22 class BASE_API ScopedTempDir {
25 ScopedTempDir();
28 ~ScopedTempDir();
56 DISALLOW_COPY_AND_ASSIGN(ScopedTempDir);

Completed in 502 milliseconds