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

  /external/chromium_org/base/files/
scoped_temp_dir_unittest.cc 90 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/
resource_metadata.cc 151 ResourceEntry other_dir; local
152 other_dir.mutable_file_info()->set_is_directory(true);
153 other_dir.set_local_id(util::kDriveOtherDirLocalId);
154 other_dir.set_parent_local_id(util::kDriveGrandRootLocalId);
155 other_dir.set_title(util::kDriveOtherDirName);
156 error = PutEntryUnderDirectory(other_dir);

Completed in 247 milliseconds