Searched refs:other_dir (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc85 ScopedTempDir other_dir; local
86 EXPECT_TRUE(other_dir.Set(dir.Take()));
89 EXPECT_FALSE(other_dir.CreateUniqueTempDir());
/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc90 ScopedTempDir other_dir; local
91 EXPECT_TRUE(other_dir.Set(dir.Take()));
94 EXPECT_FALSE(other_dir.CreateUniqueTempDir());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.cc131 ResourceEntry other_dir; local
132 other_dir.mutable_file_info()->set_is_directory(true);
134 other_dir.set_resource_id(util::kDriveOtherDirLocalId);
135 other_dir.set_local_id(util::kDriveOtherDirLocalId);
136 other_dir.set_parent_local_id(util::kDriveGrandRootLocalId);
137 other_dir.set_title(util::kDriveOtherDirName);
138 if (!PutEntryUnderDirectory(other_dir))

Completed in 411 milliseconds