HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTempDir (Results 1 - 4 of 4) 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 {
scoped_temp_dir_unittest.cc 9 TEST(ScopedTempDir, FullPath) {
17 ScopedTempDir dir;
24 ScopedTempDir dir;
37 ScopedTempDir dir;
43 TEST(ScopedTempDir, TempDir) {
48 ScopedTempDir dir;
data_pack_unittest.cc 40 ScopedTempDir dir;

Completed in 64 milliseconds