Home | History | Annotate | Download | only in common

Lines Matching defs:temp

49   base::ScopedTempDir temp;
50 ASSERT_TRUE(temp.CreateUniqueTempDir());
52 base::FilePath inner_dir = temp.path().AppendASCII("directory");
57 base::FilePath outer_file = temp.path().AppendASCII("outer");
119 base::ScopedTempDir temp;
120 ASSERT_TRUE(temp.CreateUniqueTempDir());
124 base::FilePath root_resource = temp.path().AppendASCII(filename);
130 temp.path().Append(kLocaleFolder);
147 ExtensionResource resource(extension_id, temp.path(),
158 EXPECT_EQ(ToLower(temp.path().value()),